Convert a YACC grammar to a parser, which can convert the source code to JSON/SXML syntax tree
- C 99.6%
- Makefile 0.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| lib | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| yacc_ast_gen.c | ||
yacc_ast_gen
Convert a YACC grammar to a parser, which can convert the source code to syntax tree in JSON/S-expression format.
I write this tool to construct the parser of my Ada 95 bootstrap compiler.