-
Notifications
You must be signed in to change notification settings - Fork 11
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
Nice to have a lexertl14::debug::dump(lrules) like parsertl14::debug::dump(grules) #10
Comments
This is what I've got so far:
|
Current version: debug.txt This version includes reinstatement of MACROs. |
Hello @BenHanson your suggested
Also it doesn't dump other dfa states other than Have you made any progress on it ? |
With this commit mingodad/parsertl-playground@d131c5a I'm getting a dump that includes all lexer states with the exit states and named terminals instead of |
There is a problem with escaping characters because it's been done in several places and they seen to overlap (mainly calling |
I started a possible implementation of
lexertl14::debug::dump(lrules)
but I'm having difficult to understand the data structures to be able to dump then.Any help is welcome !
The text was updated successfully, but these errors were encountered: