summaryrefslogtreecommitdiff
path: root/src/reader.h
Commit message (Expand)AuthorAgeFilesLines
* maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-3/+3
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+2
* Allow specification of semantic predicates.Paul Hilfinger2010-07-231-1/+1
* Do not use date ranges in copyright notices.Paul Eggert2010-06-171-2/+2
* maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+2
* maint: run "make update-copyright"Joel E. Denny2009-08-061-2/+2
* Named symbol references.Alex Rozenman2009-06-271-3/+7
* Update to GPLv3.Paul Eggert2007-08-151-7/+5
* * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,Joel E. Denny2007-01-171-1/+1
* Simplify union and prologue handling, and escape union and lex/parseJoel E. Denny2007-01-091-1/+0
* * NEWS: Instead of %union, you can define and use your own union typePaul Eggert2006-07-091-1/+4
* Don't miss %merge result type warnings just because the LHS types areJoel E. Denny2006-06-261-0/+1
* More cleanup.Joel E. Denny2006-06-261-1/+0
* Rename %before-definitions to %start-header and %after-definitions toJoel E. Denny2006-06-231-4/+2
* Don't put the pre-prologue in the header file. For the yacc.c codeJoel E. Denny2006-06-211-1/+3
* Extract the parsing of user actions from the grammar scanner.Akim Demaille2006-06-061-20/+0
* Fix two nits reported by twlevo, plus one more that I discovered.Paul Eggert2006-03-091-1/+1
* Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which IPaul Eggert2006-01-301-1/+5
* * src/reader.c (grammar_current_rule_check): Also check that $$Akim Demaille2005-12-271-5/+2
* Warn about unused values.Akim Demaille2005-12-221-0/+3
* Update copyright.Paul Eggert2005-07-251-1/+1
* * NEWS: Version 2.0b.Paul Eggert2005-07-241-0/+5
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* Add %default-prec.Paul Eggert2003-09-301-0/+1
* When reducing initial empty rules, Bison parser read an initialAkim Demaille2003-08-251-1/+0
* * data/glr.c (YYERROR): Update definition.Paul Hilfinger2003-06-101-0/+1
* Switch from 'int' to 'bool' where that makes sense.Paul Eggert2003-05-241-1/+1
* Use more-consistent naming conventions for local vars.Paul Eggert2003-02-031-3/+3
* (YYDECL): Use YYSTYPE, not its deprecated alias yystype. This followsPaul Eggert2002-12-301-1/+1
* (braced_code, current_braced_code): Remove.Paul Eggert2002-12-241-12/+3
* (braced_code): Renamed from braced_code_t.Paul Eggert2002-12-111-20/+20
* Include location.h.Paul Eggert2002-12-071-1/+3
* (gram_error): Remove decl.Paul Eggert2002-11-301-1/+0
* (struct gram_control_s, gram_control_t): Remove.Paul Eggert2002-11-271-10/+3
* * src/scan-gram.l, src/reader.h (scanner_last_string_free):Akim Demaille2002-11-121-1/+2
* * src/struniq.h, src/struniq.c (struniq_t): Is const.Akim Demaille2002-11-121-3/+3
* (scanner_last_string_free): Remove decl.Paul Eggert2002-11-081-1/+0
* Remove all uses of PARAMS, since we now assume C89 or better.Paul Eggert2002-10-211-23/+18
* * src/reader.h, src/reader.c (gram_error): ... can't getAkim Demaille2002-07-261-2/+1
* * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.Akim Demaille2002-06-281-2/+2
* Initial check-in introducing experimental GLR parsing. See entry inPaul Hilfinger2002-06-281-0/+17
* * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parserAkim Demaille2002-06-201-1/+2
* * src/symtab.h, src/symtab.c (symbol_t): printer andAkim Demaille2002-06-201-1/+2
* * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list ofAkim Demaille2002-06-171-1/+11
* * src/reader.h, src/reader.c (symbol_list, symbol_list_new)Akim Demaille2002-06-171-21/+2
* * src/reader.h, src/reader.c (symbol_list_new): Export it.Akim Demaille2002-06-171-0/+4
* * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.Akim Demaille2002-06-151-8/+9
* * src/location.h: New, extracted from...Akim Demaille2002-06-141-36/+4
* * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...Akim Demaille2002-06-111-0/+1