add stub GLR backend with h_glr_parse() a copy of h_lr_parse()

This commit is contained in:
Sven M. Hallberg 2013-06-19 17:20:53 +02:00
parent 54ba62bfb7
commit 55c9a3d9c5
7 changed files with 138 additions and 3 deletions

View file

@ -27,9 +27,10 @@ PARSERS := \
BACKENDS := \
packrat \
regex \
llk \
lalr \
regex
glr
HAMMER_PARTS := \
bitreader.o \