Convert a YACC grammar to a parser, which can convert the source code to JSON/SXML syntax tree
  • C 99.6%
  • Makefile 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-10-04 18:04:36 +08:00
lib escape '\\' 2025-10-04 18:02:23 +08:00
.gitignore Initial commit 2025-09-10 08:28:39 +02:00
LICENSE Initial commit 2025-09-10 08:28:39 +02:00
Makefile parse yacc rules 2025-09-10 18:21:40 +08:00
README.md update README 2025-10-04 18:04:36 +08:00
yacc_ast_gen.c fix warnings 2025-09-14 16:50:33 +08:00

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.