Skip to content

Python Typing Machines 1.0

Latest
Compare
Choose a tag to compare
@OriRoth OriRoth released this 17 Aug 19:01
· 10 commits to master since this release
  • Python re-implementation of Grigore's subtyping machines algorithm
  • Implementation of my new encoding algorithm, which simulates the Turing machines in real time
  • A simple application for running the algorithms
  • A comparative experiment between the two algorithms