Releases: Theproxy206/Turing_Compiler
Releases · Theproxy206/Turing_Compiler
TuringMachine Compiler (TMC) v1.0.0-beta
What's Changed
- Assembly Generation by @Theproxy206 in #10
Full Changelog: v0.2.0-alpha...v1.0.0-beta
Optimization Release
What's Changed
- Adds Peephole and Flow Control Optimization
- Adds
-?as a flag - Adds -
O2as a flag for Flow Control Optimization
Full Changelog: v0.1.1-alpha...v0.2.0-alpha
TuringMachine Compiler (TMC) v0.1.1-alpha
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
This version includes:
- Simple lexical error handling
- Simple syntactic error handling
- Semantic error handling
- Determinism checking
- Warning handling
- File compilation testing