RabbitWhite1 / tlapp

TLA Path Parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLA Path Generator

java -jar ~/Downloads/tla2tools.jar raft.tla -dump dot,colorize,actionlabels state
python3 ../raft_path_generator.py state.dot paths 12
go run -tags raft_tla . -a=raft_tla -i=$IID --ids=1,2,3 --logdir /Users/hank/protosim/tla/raft-tla

About

TLA Path Parser


Languages

Language:TLA 84.0%Language:Python 16.0%