Skip to content

Corth v0.0.7

Latest
Compare
Choose a tag to compare
@LensPlaysGames LensPlaysGames released this 07 Jan 05:54
· 12 commits to master since this release

dump keyword as well as # operator no longer print newline at end.
Newlines are now only accessible through the following:

  • "\n" dump_s
  • 10 dump_c

Escaped characters within strings now handled more consistently across assembly syntaxes (NASM, GAS).

If the pre-compiled binaries are not working, you can always build Corth from source code using CMake.

What's Changed

Full Changelog: v0.0.6...v0.0.7