Skip to content

v0.4.0

Compare
Choose a tag to compare
@sisshiki1969 sisshiki1969 released this 27 Oct 13:09
· 172 commits to master since this release

Change the structure of execution stack and context radically.

  • Local variables and information necessary for execution are now placed on the execution stack.
  • The execution stack is handled by a raw pointer, not by index.
  • Instruction sequence is also scanned by a raw pointer.