astgen
astgen copied to clipboard
A generic AST generator for parser development.
Results
1
astgen issues
Sort by
recently updated
recently updated
newest added
Hello, When I try out the /calculator example: cd samples/calculator astgen -o /tmp/calculator -m model.py -c cpp_config.py I get the following Error: NameError: name 'EnumType' is not defined, and it...