Question: Is there a way to convert the graph of Arpeggio nodes into a state machine? #121
Unanswered
JoeLambourne
asked this question in
Q&A
Replies: 1 comment
-
Hi @JoeLambourne. There is visualization support for grammars and trees in Arpeggio. Also, grammars and models from textX can be visualized. Not sure what you are trying to achieve. If you would like to create a state machine language you can watch this video tutorial. Moving this issue to GH discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
textX and Arpeggio look like great tools. I'm interested in exploiting a tiny subset of the functionality. Essentially I want to use textX to define some simple grammars which can be represented as state machines.
I want to find the graph defining the states as nodes and then edges as the valid transitions between these nodes. Is there any way to do this out of the box?
Thank you for your help. Great library!
Beta Was this translation helpful? Give feedback.
All reactions