Skip to content
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

grammar with underscore does not work in ACE/ANTLR #20

Closed
juergenangele opened this issue Sep 7, 2016 · 1 comment
Closed

grammar with underscore does not work in ACE/ANTLR #20

juergenangele opened this issue Sep 7, 2016 · 1 comment
Labels

Comments

@juergenangele
Copy link

In the example grammar I modified ID to

ID : ('a'..'z' | 'A'..'Z' ) ('a'..'z' | 'A'..'Z' | '0'..'9')* ;

I skipped the underscore.

Nevertheless I can create the following text in the created editor:

Hello _Hans

@amlajmi amlajmi added the bug label Sep 7, 2016
@amlajmi
Copy link
Contributor

amlajmi commented Sep 7, 2016

This issue and #11 have the same symptoms (the regonition of special characters). Commit 55d9f35 already fixes #11 and #20

@amlajmi amlajmi closed this as completed Sep 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants