An open API service indexing awesome lists of open source software.

https://github.com/evanw/cppcodegen

Generates C++ code from a JSON AST
https://github.com/evanw/cppcodegen

Last synced: about 2 months ago
JSON representation

Generates C++ code from a JSON AST

Awesome Lists containing this project

README

        

# cppcodegen

A C++ code generator that takes JSON ASTs as input. Deals with the nasty formatting and parenthesizing intricacies of C++ so you don't have to. Doesn't support all of C++ yet.