pest
-based parser for PlantUML state diagrams.
NOTE Work in progress, this is very fragile at the moment.
# cargo run --example blinky
Writing PEST parsers is not my dayjob, so I used some LLMs to figure out the syntax.
ChatGPT 3.5 Turbo was less helpful than Phind, making alot of mistakes with quoting for example, while Phind got me very very far on the first try.
If you send me a PR, I will for sure consider it!