add LL backend stub

This commit is contained in:
Sven M. Hallberg 2013-04-17 15:10:33 +02:00
parent e73377fbda
commit 1325ebcdd1
5 changed files with 22 additions and 1 deletions

View file

@ -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;