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
- HeyJamboJambo Improvements by @LensPlaysGames in #2
Full Changelog: v0.0.6...v0.0.7