]> granicus.if.org Git - re2c/commit
Fixed parsing of some configurations (forgot to parse semicolon).
authorUlya Trofimovich <skvadrik@gmail.com>
Tue, 10 May 2016 15:48:29 +0000 (16:48 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Tue, 10 May 2016 15:48:29 +0000 (16:48 +0100)
commit9b49cd3c4f7a4c4c5e35291583e6a33d4b1fb2a2
treec8649ea2b876b14e8a96dea24c905a8c16cb7630
parent66e62fa8cf93b097bd05d6636ebeb9120751a159
Fixed parsing of some configurations (forgot to parse semicolon).

Added test for various 're2c:flags:' configurations.
re2c/bootstrap/src/parse/lex_conf.cc
re2c/src/parse/lex_conf.re
re2c/test/config/flags.c [new file with mode: 0644]
re2c/test/config/flags.re [new file with mode: 0644]