add stub GLR backend with h_glr_parse() a copy of h_lr_parse()
This commit is contained in:
parent
54ba62bfb7
commit
55c9a3d9c5
7 changed files with 138 additions and 3 deletions
|
|
@ -27,9 +27,10 @@ PARSERS := \
|
|||
|
||||
BACKENDS := \
|
||||
packrat \
|
||||
regex \
|
||||
llk \
|
||||
lalr \
|
||||
regex
|
||||
glr
|
||||
|
||||
HAMMER_PARTS := \
|
||||
bitreader.o \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue