msgmaxim / dot_processor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This code is a hacky attempt to parse the dot file produced by TLA+ and work out the variables changed in state transitions. The names of the changed variables are added to the corresponding links in the dot file (modifying it in place).

Usage: ./dot_processor <states.dot>

About


Languages

Language:Rust 100.0%