split LR code into lr.c, lr0.c, and lalr.c

This commit is contained in:
Sven M. Hallberg 2013-06-17 20:08:25 +02:00
parent 7eff4b8d94
commit 129d50c0ef
5 changed files with 806 additions and 750 deletions

View file

@ -43,6 +43,8 @@ HAMMER_PARTS := \
benchmark.o \
cfgrammar.o \
glue.o \
backends/lr.o \
backends/lr0.o \
$(PARSERS:%=parsers/%.o) \
$(BACKENDS:%=backends/%.o)