move grammar analysis stuff to its own files

This commit is contained in:
Sven M. Hallberg 2013-05-07 23:56:47 +02:00
parent dab5159550
commit 188d369a9b
4 changed files with 587 additions and 552 deletions

View file

@ -40,6 +40,7 @@ HAMMER_PARTS := \
system_allocator.o \
benchmark.o \
compile.o \
cfgrammar.o \
$(PARSERS:%=parsers/%.o) \
$(BACKENDS:%=backends/%.o)