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
|
|
@ -37,8 +37,8 @@ typedef enum HParserBackend_ {
|
|||
PB_REGULAR,
|
||||
PB_LLk,
|
||||
PB_LALR,
|
||||
PB_GLR, // Not Implemented
|
||||
PB_MAX = PB_LALR
|
||||
PB_GLR,
|
||||
PB_MAX = PB_GLR
|
||||
} HParserBackend;
|
||||
|
||||
typedef enum HTokenType_ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue