Releases: T-Lind/TuringMachineLanguage
Releases · T-Lind/TuringMachineLanguage
1.2.18
1.2.17
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
Major updates, including:
- New command
tm
used as a replacement fortmie
- RegEx used now instead of string parsing
define
macro system updateddefine
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