mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 13:23:04 +00:00
Initial check-in introducing experimental GLR parsing. See entry in
ChangeLog dated 2002-06-27 from Paul Hilfinger for details.
This commit is contained in:
@@ -43,6 +43,7 @@ symbol_number_t *token_translations = NULL;
|
||||
|
||||
int max_user_token_number = 256;
|
||||
|
||||
int glr_parser = 0;
|
||||
int pure_parser = 0;
|
||||
|
||||
|
||||
@@ -249,4 +250,5 @@ grammar_free (void)
|
||||
XFREE (token_translations);
|
||||
/* Free the symbol table data structure. */
|
||||
symbols_free ();
|
||||
free_merger_functions ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user