]> git.corax.cc Git - ccc/commit
parser: Add syntax_node and rule types, and start rewrite of the parser to have a...
authorMatthias Kruk <m@m10k.eu>
Sun, 19 Jul 2020 09:40:30 +0000 (18:40 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 19 Jul 2020 09:40:30 +0000 (18:40 +0900)
commitd741d8f0f416e503e2e64a7edbd7e7888c5ebafe
treec0ed594c314dfedac0e89e668d7982933810cea1
parent15f27c94a3d26214c907bf9787b6106b916d989e
parser: Add syntax_node and rule types, and start rewrite of the parser to have a cleaner separation between data and code
src/Makefile
src/grammar.c
src/grammar.h
src/main.c
src/parser.c