summaryrefslogtreecommitdiff
path: root/src/reader.h
Commit message (Expand)AuthorAgeFilesLines
* style: remove useless declarationsAkim Demaille2020-02-231-6/+0
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* reader: reduce the "scope" of global variablesAkim Demaille2019-10-261-1/+1
* style: use consistently *_loc for locationsAkim Demaille2019-05-031-1/+1
* package: bump copyrights to 2019Akim Demaille2019-01-051-2/+2
* reader: get rid of a useless functionAkim Demaille2018-12-281-1/+0
* symbols: set tag_seen when assigning a type to symbolsAkim Demaille2018-12-151-3/+0
* allow %expect and %expect-rr modifiers on individual rulesPaul Hilfinger2018-11-211-0/+2
* add support for typed mid-rule actionsAkim Demaille2018-08-111-1/+1
* style: split a function in twoAkim Demaille2018-07-261-1/+4
* Update copyright yearsAkim Demaille2018-05-121-1/+1
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* grammar: introduce %emptyAkim Demaille2013-02-181-0/+2
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* Merge remote-tracking branch 'origin/maint'Akim Demaille2012-10-261-2/+2
|\
| * maint: be compilable with GCC 4.0Akim Demaille2012-10-261-2/+2
| * maint: run "make update-copyright".Akim Demaille2012-01-131-1/+1
| * maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+2
| * Do not use date ranges in copyright notices.Paul Eggert2010-06-231-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
* | 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