Skip to content

v0.10.0

Compare
Choose a tag to compare
@BastianBlokland BastianBlokland released this 24 Feb 22:09
· 111 commits to master since this release

Changes:

  • Novus source files now use the .ns extension (instead of .nov) (#184).
  • Novus executable files now use the .nx extension (instead of .nova) (#184).
  • Add noinline modifier you can apply to functions (#183).
  • backend: Add shebang to the novus executable format (#182).
  • vm: Add api to check if stream is terminal (#181).
  • novstd: Implement bit utliities for char and long (#180).
  • vm,novstd: Implement process kill signal (#179).
  • vm: Fix bit shift behaviour on negative longs (#177).
  • vm,novstd: Remove char combine into string op (#176).