]> git.corax.cc Git - ccc/commit
parser: Move structs that describe the C grammar to grammar.h and their methods to...
authorMatthias Kruk <m@m10k.eu>
Sun, 7 Jun 2020 23:11:31 +0000 (08:11 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 7 Jun 2020 23:11:31 +0000 (08:11 +0900)
commitd72056ed883b3a1bf4a70858b75ffba30113510a
treef84c7e722b8765991361a9bd80e6aec0f4b8c216
parent8c101ba896860db4d674495b636ae5622472413b
parser: Move structs that describe the C grammar to grammar.h and their methods to grammar.c
src/Makefile
src/grammar.c [new file with mode: 0644]
src/grammar.h [new file with mode: 0644]
src/parser.c