summaryrefslogtreecommitdiff
path: root/src/gram.h
Commit message (Expand)AuthorAgeFilesLines
* style: comment changesAkim Demaille2020-02-231-8/+7
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* Prefer signed to unsigned integersPaul Eggert2019-10-021-1/+1
* style: use consistently *_loc for locationsAkim Demaille2019-05-031-1/+1
* reader: clarify variable namesAkim Demaille2019-03-241-1/+3
* style: factor printing of rulesAkim Demaille2019-02-091-0/+3
* gram: detect and report (in debug traces) useless chain rulesAkim Demaille2019-01-301-0/+3
* gram: factor the printing of items and the computation of their ruleAkim Demaille2019-01-301-0/+10
* style: comment changes in gram.hAkim Demaille2019-01-261-7/+7
* package: bump copyrights to 2019Akim Demaille2019-01-051-2/+2
* allow %expect and %expect-rr modifiers on individual rulesPaul Hilfinger2018-11-211-0/+5
* C++: let %require "3.2" disable the generation of obsolete filesAkim Demaille2018-10-161-0/+4
* style: src: remove useless reference to 'int' in integral typesAkim Demaille2018-08-141-1/+1
* Merge maint into masterAkim Demaille2018-06-171-1/+1
|\
| * Update copyright yearsAkim Demaille2018-05-121-1/+1
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2015-01-051-1/+1
|\ \ | |/
| * package: bump to 2015Akim Demaille2015-01-041-1/+1
| * package: bump to 2014Akim Demaille2014-02-031-1/+1
* | symbols: improve symbol aliasingValentin Tolmer2013-08-011-4/+5
|/
* style: no longer use backquotesAkim Demaille2013-02-181-6/+6
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* closure, gram: add missing constAkim Demaille2012-12-281-8/+8
* style changes: run cppiAkim Demaille2012-12-211-2/+2
* maint: prepare forthcoming changesAkim Demaille2012-06-291-3/+0
* 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-0/+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: automate annual package-wide copyright-year update.Joel E. Denny2009-08-041-2/+2
* Rule length is unsigned.Akim Demaille2008-11-261-2/+2
* In the XML output, list useless and unused symbols and rules with theJoel E. Denny2007-11-241-2/+1
* * src/gram.c: Remove comments that duplicate comments in gram.h.Joel E. Denny2007-11-101-14/+15
* * src/gram.c (rule_rhs_print_xml): Now static, since it isn't usedPaul Eggert2007-09-211-1/+5
* Update to GPLv3.Paul Eggert2007-08-151-7/+5
* Extract the parsing of user actions from the grammar scanner.Akim Demaille2006-06-061-1/+3
* In some (weird) cases, the final state number is incorrect.Akim Demaille2005-11-091-1/+12
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* Remove uses of 'short int' and 'unsigned short int' in the parser generators.Paul Eggert2004-12-171-3/+3
* Use 'short int' rather than 'short', and similarly for 'long', 'unsigned', etc.Paul Eggert2004-03-311-4/+4
* * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...Akim Demaille2003-04-291-11/+0
* (start_symbol): Remove unused decl.Paul Eggert2003-02-031-7/+5
* (symbol_number_as_item_number,Paul Eggert2002-12-131-6/+26
* (item_number): Renamed from item_number_t.Paul Eggert2002-12-111-44/+41
* Use C99-style bool instead of our own style.Paul Eggert2002-10-221-1/+1
* Remove all uses of PARAMS, since we now assume C89 or better.Paul Eggert2002-10-211-16/+16
* (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.Paul Eggert2002-10-051-1/+1
* * src/conflicts.c (conflicts_output): Don't output rules neverAkim Demaille2002-08-021-16/+38
* Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.Akim Demaille2002-07-291-7/+9