summaryrefslogtreecommitdiff
path: root/src/scan-gram.l
Commit message (Expand)AuthorAgeFilesLines
* Pacify -DGNULIB_POSIXCHECK.Joel E. Denny2011-05-011-2/+2
* Do not allow identifiers that start with a dash.Joel E. Denny2011-02-051-1/+1
* Do not allow identifiers that start with a negative number.Alex Rozenman2011-01-051-2/+2
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+1
* Do not use date ranges in copyright notices.Paul Eggert2010-06-231-1/+2
* maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+1
* scan-gram: avoid portability trap with ctype usage.Eric Blake2009-08-271-1/+1
* Use locale when quoting.Joel E. Denny2009-08-211-5/+2
* Fix complaints about escape sequences.Joel E. Denny2009-08-191-14/+20
* Miscellaneous code readability improvements.Joel E. Denny2009-08-101-15/+17
* Pacify "gcc -Wunused" for the input function from Flex.Joel E. Denny2009-08-011-1/+1
* Fix a --enable-gcc-warnings problem.Joel E. Denny2009-07-291-2/+2
* Warn about character literals not of length one.Joel E. Denny2009-07-241-8/+24
* Style changes and factoring.Alex Rozenman2009-07-041-15/+15
* Named symbol references.Alex Rozenman2009-06-271-6/+97
* fix hexadecimal token number support.Akim Demaille2009-05-051-6/+6
* bison: catch bad symbol names.Akim Demaille2009-05-041-0/+6
* space changes.Akim Demaille2009-05-041-40/+40
* identifiers: dashes are letters.Akim Demaille2009-05-041-2/+2
* Add copyright updates missed during previous cherry pick.Joel E. Denny2009-04-291-2/+2
* variables: accept dashes.Akim Demaille2009-04-291-3/+3
* Improves options in the manual.Di-an Jan2009-04-061-2/+9
* Replace `%push-parser' and `%push-pull-parser' withJoel E. Denny2007-09-251-2/+0
* Update to GPLv3.Paul Eggert2007-08-151-6/+3
* Consolidate the 4 prologue alternative directives (%code, %requires,Joel E. Denny2007-01-051-3/+0
* Use the new code_props interface in parse-gram.y.Joel E. Denny2007-01-031-2/+3
* For push mode, convert yyparse from a macro to a function, invoke yylexJoel E. Denny2006-12-311-1/+2
* * src/getargs.c (skeleton_arg): Last arg is now location const *.Paul Eggert2006-12-191-0/+1
* Rename <!> to <>. Discussed starting atJoel E. Denny2006-11-211-1/+1
* Remove last commit at the request of Paul Eggert.Joel E. Denny2006-11-121-1/+1
* Encapsulate code properties and related functionality for the variousJoel E. Denny2006-11-111-1/+1
* Fix memory leaks in scanners generated by at least Flex 2.5.9 andJoel E. Denny2006-11-101-1/+1
* Don't let Bison leak memory except when it complains.Paul Eggert2006-11-081-2/+2
* Split the default %destructor/%printer into two kinds: <*> and <!>.Joel E. Denny2006-10-211-1/+2
* Similar to the recently removed %before-header, add %code-top as theJoel E. Denny2006-10-161-0/+1
* 2006-10-16 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2006-10-151-4/+3
* * data/Makefile.am (dist_pkgdata_DATA): Add push.c.Paul Eggert2006-09-151-0/+1
* Require default %destructor/%printer to be declared usingJoel E. Denny2006-09-041-0/+1
* Undo last commit.Joel E. Denny2006-08-141-2/+2
* * src/scan-gram.l (braces_level, context_state): Make these globalsJoel E. Denny2006-08-141-2/+2
* In the grammar scanner, STRING_FINISH unclosed constructs and returnJoel E. Denny2006-08-141-13/+42
* Clean up scanners a bit.Joel E. Denny2006-08-101-3/+0
* Support %define "KEY" {VALUE}.Akim Demaille2006-07-131-1/+0
* In the grammar file, the first column is 1 not 0 on the first line asJoel E. Denny2006-07-081-1/+1
* Fix bug that mistakes braced code in a declaration in the rules sectionJoel E. Denny2006-06-241-2/+0
* Rename %before-definitions to %start-header and %after-definitions toJoel E. Denny2006-06-231-2/+4
* Don't put the pre-prologue in the header file. For the yacc.c codeJoel E. Denny2006-06-211-0/+2
* * src/scan-gram.l: Remove unused declaration of last_string_1 so theJoel E. Denny2006-06-191-1/+0
* * src/scan-gram.l: No longer "parse" things after `%union' untilAkim Demaille2006-06-191-94/+48
* * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yylengJoel E. Denny2006-06-071-0/+3