cemplate

Simple 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

Building and installing

See the BUILDING document.

Usage

Please reference example folder for relevant usage examples.

Version History

Contributing

See the CONTRIBUTING document.

License

This project is licensed under the MIT License - see the LICENSE file for details