Skip to content

Releases: T-Lind/TuringMachineLanguage

1.2.18

12 Jul 22:28
Compare
Choose a tag to compare
  • Improving error handling
  • Also improved null checks for non-defined awareness
  • Abstracted null/NONE symbol to an entry in CommandList

1.2.17

12 Jul 01:47
Compare
Choose a tag to compare

Next major update (including bugfixes that've been removed here for brevity)

  • Text color/style formatting (regular ANSI escape codes)
  • <<< removes the newline at the end of a print string statement
  • Exception improvements for clarity + fixes
  • Installer improvements

Full Changelog: 1.1.0...1.2.17

1.1.0

03 Jul 17:28
Compare
Choose a tag to compare

Major updates, including:

  • New command tm used as a replacement for tmie
  • RegEx used now instead of string parsing
  • define macro system updated
  • define macros now available for replacing code (like in C)
  • Removed the generate command
  • Fixed .msi installation bug, so you can now specify your installation directory however you'd like, given there's a trailing / on the end of it

Full Changelog: 1.0.0...1.1.0

1.0.0

01 Jul 02:43
Compare
Choose a tag to compare

Initial Release with default command line functionality