]> granicus.if.org Git - re2c/commit
Don't use special token type for '<!' and '<>'.
authorUlya Trofimovich <skvadrik@gmail.com>
Wed, 21 Dec 2016 18:44:02 +0000 (18:44 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Wed, 21 Dec 2016 18:44:02 +0000 (18:44 +0000)
commitf5435dd04eee975610f8716b69b981ae2da28d78
treef4251622c81487194347668f95b7255ca10a7218
parentb86f9161cc19c56cd223deb54aabc6d1f2e0f9d2
Don't use special token type for '<!' and '<>'.

Parse them as character sequences.
re2c/bootstrap/src/parse/lex.cc
re2c/bootstrap/src/parse/parser.cc
re2c/bootstrap/src/parse/y.tab.h
re2c/src/parse/lex.re
re2c/src/parse/parser.ypp
re2c/test/cond_error_01.c.c