I noticed that `lex-parser` [allows leading underscores](https://github.com/zaach/lex-parser/blob/master/lex.l#L2) in names, but [ebnf-parser doesn't](https://github.com/zaach/ebnf-parser/blob/master/bnf.l#L1). Is it intentional that nonterminal names shouldn't be able have leading underscores?
I noticed that
lex-parserallows leading underscores in names, but ebnf-parser doesn't. Is it intentional that nonterminal names shouldn't be able have leading underscores?