-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Can you explain how to use the lexer stand-alone? #25
Comments
There is no official standalone lexer feature. There is a way, but I'm not convinced it should be official in its current state. |
Or did I just completely misunderstood you and you want to just use the regex lexer without the actual parser? |
Yes, I was hoping to be able to use the lexer without the parser. |
I guess I could do a standalone lexer feature, it shouldn't be too hard to expose some interface for that. Like you said I already am creating a DFA from all the terminal symbols. |
There are a couple of conventions:
|
i.e. I want to use it much the way I use http://benhanson.net/lexertl.html (ignore all Unicode etc for now, see the Examples)
The text was updated successfully, but these errors were encountered: