You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a C API that can be called directly to generate the data structures for the DFA? For example, take some regular expressions and generate a state transition diagram of a state machine
The text was updated successfully, but these errors were encountered:
Finally, you may be able to generate some custom output using syntax files (they are primarily meant for adding new language backends). There is ongoing work on the syntax-files branch, see #450.
Thank you for your reply. I think this is a useful feature that allows generating a state machine without having to write RE files. When Manually writing the lexer, I can effortlessly obtain a minimized DFA to guide the process.
Is there a C API that can be called directly to generate the data structures for the DFA? For example, take some regular expressions and generate a state transition diagram of a state machine
The text was updated successfully, but these errors were encountered: