-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow leading underscores? #8
Comments
AFAICT: no. It's probably a slip-up in keeping the various lexers & parsers in sync: there's a similar 'problem' (you almost never encounter it, until...) with grammar tokens being allowed to end with a Related material (WARNING these are commit refs in my fork; some (for possibly large sums of 'some' ;-) ) of the bugs mentioned there do not manifest in the mainline; nevertheless... there's quite a bit of overlap too):
|
(Last commit there was merged from you yourself) |
@GerHobbelt It's true that that last commit is from me, but it's not in this logical repository; it's only present in my fork. |
I noticed that
lex-parser
allows leading underscores in names, but ebnf-parser doesn't. Is it intentional that nonterminal names shouldn't be able have leading underscores?The text was updated successfully, but these errors were encountered: