Skip to content

Releases: OriRoth/python-typing-machines

Python Typing Machines 1.0

Choose a tag to compare

@OriRoth OriRoth released this 17 Aug 19:01
  • 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