BNFC / bnfc

BNF Converter
http://bnfc.digitalgrammars.com/
586 stars 165 forks source link

[ fixed #319 ] proper escaping in ANTLR-Lexer definition #321

Closed andreasabel closed 3 years ago

andreasabel commented 3 years ago

Inside [...], there is no need to escape single quotes.

Also fixed a problem with missing spaces in sequences, e.g.

token Foo letter letter

produced LETTERLETTER.