-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
add scannerless tokenizer to runtime jar #814
Comments
Not only to Java but to other runtimes too :) |
If we add this to the runtime library, I think we should take care in implementing certain details:
If we add a new parser option |
or perhaps |
@parrt That would work too, but any new keywords raise compatibility concerns for me (in this case, we'd have to either make a special provision for The |
Yeah, we'd have to consider all this carefully. Currently, it works great and all we need is an example. We wouldn't even need to include that class in ANTLR proper. |
I see an improved version here: https://github.com/parrt/mini-markdown/blob/master/src/org/antlr/md/CharsAsTokens.java
The text was updated successfully, but these errors were encountered: