add LL backend stub
This commit is contained in:
parent
e73377fbda
commit
1325ebcdd1
5 changed files with 22 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ typedef struct HParseState_ HParseState;
|
|||
typedef enum HParserBackend_ {
|
||||
PB_MIN = 0,
|
||||
PB_PACKRAT = PB_MIN, // PB_MIN is always the default.
|
||||
PB_LL,
|
||||
PB_MAX
|
||||
} HParserBackend;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue