]> granicus.if.org Git - re2c/commit
- Allow full replacement of YYGETSTATE/YYSETSTAE by inplace-configuration
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 30 Apr 2007 17:59:07 +0000 (17:59 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 30 Apr 2007 17:59:07 +0000 (17:59 +0000)
commit75c4f5167ee3727904a275c0a0c01b8654f85740
treec23f8a056dd0f6113c6dae5a5362df8f34d12670
parent393114079c2608a1075e7e14621b625ea5a5fa61
- Allow full replacement of YYGETSTATE/YYSETSTAE by inplace-configuration
- Add ability to specify new condition via '=> condition' prior to code block
- Fix order of states in -cs
- Add support for -cf
- Add new tests
21 files changed:
re2c/bootstrap/parser.cc
re2c/code.cc
re2c/globals.h
re2c/main.cc
re2c/parser.y
re2c/test/condition_05.cg.c
re2c/test/condition_05.cgitcondition_05.cgit.h.c
re2c/test/condition_05.cgtcondition_05.cgt.h.c
re2c/test/condition_05.cs.c
re2c/test/condition_06.cs.c
re2c/test/condition_07.cbi.c
re2c/test/condition_08.cbi.c [new file with mode: 0755]
re2c/test/condition_08.cbi.re [new file with mode: 0755]
re2c/test/condition_08.cbif.c [new file with mode: 0755]
re2c/test/condition_08.cbif.re [new file with mode: 0755]
re2c/test/condition_09.cbif.c [new file with mode: 0755]
re2c/test/condition_09.cbif.re [new file with mode: 0755]
re2c/test/condition_09.cgif.c [new file with mode: 0755]
re2c/test/condition_09.cgif.re [new file with mode: 0755]
re2c/test/config10.re
re2c/token.h