cemplateSimple C++ template engine |
git clone git://git.dimitrijedobrota.com/cemplate.git |
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING | |
cemplate
Simple C++ template engine
Description
This project aims to simplify the process of writing C++ code generating programs. It provides basic primitives to describe the language constructs without worrying about the indentation, opening and closing scopes and spacing.
The project is still in raw form, a proof of concept, just enough to work with my other projects. It's not complete by any means, and there is probably going to be a major reimagination some time in the future.
Dependencies
- CMake 3.14 or latter
- Compiler with C++20 support (tested on clang version 19.1.7)
Building and installing
See the BUILDING
document.
Usage
Please reference example folder for relevant usage examples.
Version History
0.2
- Bare-bones proof of concept
0.1
- Initial development phase
Contributing
See the CONTRIBUTING
document.
License
This project is licensed under the MIT License - see the LICENSE
file for details