https://github.com/codebrainz/treegen
Program (and library) to generate boring tree data structure code in various programming languages.
https://github.com/codebrainz/treegen
Last synced: 23 days ago
JSON representation
Program (and library) to generate boring tree data structure code in various programming languages.
- Host: GitHub
- URL: https://github.com/codebrainz/treegen
- Owner: codebrainz
- License: mit
- Created: 2014-12-22T00:49:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-23T06:55:53.000Z (about 11 years ago)
- Last Synced: 2025-01-15T11:47:40.828Z (12 months ago)
- Language: Python
- Size: 238 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
TreeGen README
==============
TreeGen is a program to generate code and data types to be used in a tree
structure. One example, and the reason TreeGen was created, is to generate
the C++ class nodes for an Abstract Syntax Tree, as used in a compiler front-end.
Status
------
At the moment, TreeGen is under initial development and is not intended for
mainstream use.
libtreegen
----------
Most of TreeGen's code is factored as a library for re-use in other contexts.
For the best example of using `libtreegen`, refer to the `treegen` script.
treegen
-------
This is the main program for use from the command line. For information on
using `treegen`, refer to help information displayed when run with the `-h`
argument.