command line parameter to omit built-in lexical elements? #420
Labels
builtin
Concerning built-in tokens like Integer, String etc.
enhancement
lexer
Concerning the generated lexer
Hello,
Let me repeat my old request to have a way to omit some built-in lexical elements.
Especially identifier is in my way, as i have an LALR(1) grammar for music notation to be typed quickly, with single characters used as lexical elements at many places (for note pitch or duration etc.)
I had a wworkaround patchfile wich works with 2.8.3, I tried to upgrade to newest bnfc recently as using --functor is appealing.
However the generated lexer is in a different format and I get alex syntax errors (at end of file, I dont understand why) when I try to re-do my changes in the new format...
The text was updated successfully, but these errors were encountered: