Skip to content

Releases: OriRoth/python-typing-machines

Python Typing Machines 1.0

17 Aug 19:01
Compare
Choose a tag to compare
  • 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