Skip to content

Releases: Theproxy206/Turing_Compiler

TuringMachine Compiler (TMC) v1.0.0-beta

04 Apr 04:09
95a66b2

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0-alpha...v1.0.0-beta

Optimization Release

02 Apr 06:03
b6c6de6

Choose a tag to compare

What's Changed

  • Adds Peephole and Flow Control Optimization
  • Adds -? as a flag
  • Adds -O2 as a flag for Flow Control Optimization

Full Changelog: v0.1.1-alpha...v0.2.0-alpha

TuringMachine Compiler (TMC) v0.1.1-alpha

18 Mar 18:19
d482880

Choose a tag to compare

What's Changed

  • Adds generation of IR code and compilator flags by @Theproxy206 in #6

Full Changelog: v0.0.1-alpha...v0.1.1-alpha

Semantic Release

03 Mar 07:18

Choose a tag to compare

Semantic Release Pre-release
Pre-release

This version includes:

  • Simple lexical error handling
  • Simple syntactic error handling
  • Semantic error handling
  • Determinism checking
  • Warning handling
  • File compilation testing