Skip to content

release 1.8

Compare
Choose a tag to compare
@irmen irmen released this 02 Jul 02:45
· 4034 commits to master since this release
  • script fixes
  • updated kotlin sdk version
  • many code cleanups and improvements
  • added code optimization: removal of unused code and variables, subroutine inlining
  • added travis CI builds
  • added AST-based virtual machine (-avm command line option) it runs on the internal AST directly, without needing byte codes
  • strlen functions now terminate at the first zero byte
  • better implicit type casting
  • the stackvm and astvm can now print in different colors