summaryrefslogtreecommitdiff
path: root/data/glr.cc
Commit message (Expand)AuthorAgeFilesLines
* maint: run "make update-copyright".Joel E. Denny2011-01-021-3/+2
* Do not use date ranges in copyright notices.Paul Eggert2010-06-171-2/+4
* c++: use YYRHSLOC.Akim Demaille2010-05-101-2/+4
* lalr1.cc: remove useless forward declaration.Akim Demaille2010-04-131-7/+1
* maint: run "make update-copyright"Joel E. Denny2010-01-041-3/+2
* lalr1.cc: syntax_error as exceptions.Akim Demaille2009-09-091-0/+1
* variables: use `parse.assert' instead of `debug'.Akim Demaille2009-04-141-1/+1
* parser: handle %locations as %define locations.Akim Demaille2009-04-061-2/+2
* Treat %debug as %define debug.Akim Demaille2009-04-031-4/+4
* b4_public_types_declare.Akim Demaille2009-03-021-14/+1
* b4_semantic_type_declare.Akim Demaille2009-03-021-9/+1
* Fix glr.cc's debug level handling.Akim Demaille2009-02-251-5/+3
* Comment changes.Akim Demaille2009-02-191-2/+2
* Remove trailing blanks.Akim Demaille2009-02-191-5/+0
* Use b4_symbol for printers and destructors everywhere.Akim Demaille2008-12-011-1/+1
* Remove incorrect mode specification.Akim Demaille2008-11-181-2/+0
* Remove spurious initial empty lines.Akim Demaille2008-11-041-2/+2
* Improve C++ namespace support. Discussed starting atJoel E. Denny2007-10-081-19/+14
* Update to GPLv3.Paul Eggert2007-08-151-7/+5
* 2007-01-23 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-01-231-1/+1
* Back out previous patch.Joel E. Denny2007-01-181-1/+1
* Implement @gettext<...@> directive to call gettext from skeletons. ItJoel E. Denny2007-01-181-1/+1
* * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,Joel E. Denny2007-01-171-1/+2
* Clean up %define and %code implementation in M4 some. MostJoel E. Denny2007-01-161-6/+6
* Simplify union and prologue handling, and escape union and lex/parseJoel E. Denny2007-01-091-1/+2
* Instead of having skeletons declare all valid %define variables andJoel E. Denny2007-01-081-14/+8
* Check for unrecognized %define variables similar to checking forJoel E. Denny2007-01-071-0/+6
* Don't use m4_divert since it makes m4_divert_push and m4_divert_popJoel E. Denny2007-01-061-3/+5
* Consolidate the 4 prologue alternative directives (%code, %requires,Joel E. Denny2007-01-051-6/+6
* * tests/testsuite.at (AT_CHECK): When checking if $1 starts withJoel E. Denny2006-12-121-1/+1
* 2006-10-16 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2006-10-151-6/+6
* Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zeroPaul Eggert2006-09-131-8/+13
* * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.Paul Eggert2006-09-121-13/+0
* * data/glr.c (b4_shared_declarations): Put start-header first,Paul Eggert2006-09-111-4/+4
* * NEWS: Instead of %union, you can define and use your own union typePaul Eggert2006-07-091-1/+3
* * data/c.m4 (b4_dirname): New.Akim Demaille2006-07-081-11/+4
* Rename %before-definitions to %start-header and %after-definitions toJoel E. Denny2006-06-231-6/+6
* Don't put the pre-prologue in the header file. For the yacc.c codeJoel E. Denny2006-06-211-6/+10
* * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.Akim Demaille2006-05-141-3/+6
* Implement --trace=m4.Akim Demaille2006-05-141-4/+4
* * data/c.m4 (b4_copyright): Put the special exception for BisonPaul Eggert2006-05-141-14/+1
* * data/glr.c: Switch to Bison 2.2 special-exception language inPaul Eggert2006-05-091-2/+15
* * data/glr.cc: Remove dead code.Akim Demaille2006-04-271-9/+0
* Apply --prefix to C++ skeletons too: they change the namespace.Akim Demaille2006-03-121-12/+12
* * data/c.m4 (b4_token_enum): Always define the enum of tokens,Akim Demaille2006-03-101-0/+2
* * Makefile.cfg (local-checks-to-skip): Add changelog-check,Paul Eggert2006-01-221-18/+18
* * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:Paul Eggert2006-01-031-3/+4
* Update copyright year to 2006.Paul Eggert2006-01-031-1/+1
* Have glr.cc pass (some of) the calc.at tests.Akim Demaille2006-01-031-24/+80
* * src/output.c (output_skeleton): Don't hard wire the inclusion ofAkim Demaille2006-01-021-2/+1