Skip to content

A transcompiler that writes PlusCal files from python bytecode/AST

Notifications You must be signed in to change notification settings

mbellotti/pyTLA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyTLA

Takes python bytecode and generates TLA+ specs from it. You add your own tests for models to run.

Installation

Installing TLA

This tool uses command line TLA because the toolkit GUI proved to be too buggy for our purposes.

$ git clone https://github.com/pmer/tla-bin.git
$ ./download_or_update_tla.sh
$ sudo ./install.sh

About

A transcompiler that writes PlusCal files from python bytecode/AST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages