summaryrefslogtreecommitdiff
path: root/src/parse-gram.y
Commit message (Expand)AuthorAgeFilesLines
* Pacify -DGNULIB_POSIXCHECK.Joel E. Denny2011-05-011-1/+1
* named references: fix double free.candidates/named-ref-freeAkim Demaille2011-03-091-4/+25
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+1
* parse.lac: implement exploratory stack reallocations.Joel E. Denny2010-12-111-0/+1
* Allow specification of semantic predicates.Paul Hilfinger2010-07-231-4/+5
* Do not use date ranges in copyright notices.Paul Eggert2010-06-171-1/+2
* maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+1
* Minor code cleanup.Joel E. Denny2009-10-051-7/+8
* Fix --enable-gcc-warnings.Joel E. Denny2009-09-101-0/+1
* style changes.Akim Demaille2009-09-091-16/+18
* %parse: support several arguments.Akim Demaille2009-09-091-8/+18
* %param.Akim Demaille2009-09-091-38/+79
* %define: accept unquoted values.Joel E. Denny2009-08-281-0/+1
* Style changes and factoring.Alex Rozenman2009-07-041-6/+4
* variables: parse.errorAkim Demaille2009-06-291-1/+7
* Named symbol references.Alex Rozenman2009-06-271-7/+22
* -F/--force-define and relative %define/-D/--define priorities.Joel E. Denny2009-05-231-1/+2
* Document how `%define "var" "value"' is not M4-friendly.Joel E. Denny2009-04-291-0/+2
* variables: accept dashes.Akim Demaille2009-04-201-5/+2
* rename muscle_tab.* as muscle-tab.* for consistency.Akim Demaille2009-04-061-1/+1
* parser: handle %locations as %define locations.Akim Demaille2009-04-061-2/+0
* muscle: factor the handling of obsolete of obsolete directives.Akim Demaille2009-04-061-16/+1
* Factor %FLAG at scan level.Akim Demaille2009-04-031-9/+6
* Treat %debug as %define debug.Akim Demaille2009-04-031-1/+4
* Treat %error-verbose as %define error_verbose.Akim Demaille2009-04-031-2/+5
* Support parametric types.Akim Demaille2008-11-151-15/+15
* Add %precedence support.Akim Demaille2008-11-101-3/+5
* Clean up %skeleton and %language priority implementation.Joel E. Denny2008-11-071-2/+2
* Pass command line location to skeleton_arg and language_argmatch.Akim Demaille2008-11-071-2/+2
* Formatting changes.Akim Demaille2008-11-041-14/+14
* Update for recent change to gnulib.Joel E. Denny2008-08-261-2/+0
* Accept a token number in a %left, %right, or %nonassoc for POSIXJoel E. Denny2008-02-171-5/+18
* Don't let --report affect XML output; always print all information.Joel E. Denny2007-12-011-1/+1
* Deprecate %pure-parser and add `%define api.pure'. Discussed startingJoel E. Denny2007-10-291-1/+13
* Replace `%push-parser' and `%push-pull-parser' withJoel E. Denny2007-09-251-5/+0
* Update to GPLv3.Paul Eggert2007-08-151-6/+3
* Miscellaneous %define and %code cleanup.Joel E. Denny2007-03-021-20/+4
* 2007-01-23 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-01-231-4/+3
* Implement support for relative and absolute skeleton file names.Joel E. Denny2007-01-181-1/+24
* Back out previous commit, which was unintended.Joel E. Denny2007-01-171-3/+1
* * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,Joel E. Denny2007-01-171-1/+3
* Clean up %define and %code implementation in M4 some. MostJoel E. Denny2007-01-161-7/+11
* Simplify union and prologue handling, and escape union and lex/parseJoel E. Denny2007-01-091-21/+5
* Remove quotes from variables names in %define directives and fromJoel E. Denny2007-01-091-11/+12
* * src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRINGJoel E. Denny2007-01-081-1/+1
* Instead of having skeletons declare all valid %define variables andJoel E. Denny2007-01-081-16/+20
* Check for unrecognized %define variables similar to checking forJoel E. Denny2007-01-071-9/+12
* Provide warn_at, complain_at, and fatal_at function callbacks to theJoel E. Denny2007-01-071-2/+6
* Clean up b4_check_percent_code_qualifiers a little.Joel E. Denny2007-01-061-1/+3
* Consolidate the 4 prologue alternative directives (%code, %requires,Joel E. Denny2007-01-051-7/+16