mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 22:03:02 +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:
@@ -36,6 +36,8 @@ symbol_list_new (symbol_t *sym, location_t location)
|
||||
res->location = location;
|
||||
res->action = NULL;
|
||||
res->ruleprec = NULL;
|
||||
res->dprec = 0;
|
||||
res->merger = 0;
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user