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
- Host: GitHub
- URL: https://github.com/evanw/cppcodegen
- Owner: evanw
- Created: 2013-08-17T23:59:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-15T03:56:45.000Z (over 11 years ago)
- Last Synced: 2025-04-11T00:12:53.787Z (about 2 months ago)
- Language: TypeScript
- Size: 203 KB
- Stars: 16
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.