Skip to content

Releases: kyperbelt/TTP-Compiler

v0.1.4

07 May 05:23
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

Added:

  • The ability to use trace formatting with different analyzer flags.
    • -a 0 or just -a will not format the trace output
    • -a 1 will add a checker pattern
    • -a 2 will add flag colors
    • combining flags -a 3 will enable both.

Fixed:

  • Negative numbers are now lexed correctly

0.1.3

04 May 11:43
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

Added the virtual machine and basic trace analysis.
might be buggy still but so far it works ok.

To use the trace analyzer you must compile a file and pass in the -a flag.