Skip to content

Releases: Shemplo/Shemplo-sandbox

Base implementation release

02 Apr 20:42
Compare
Choose a tag to compare

Patch 1.0

Features

  • Almost ENDLESS tape of interpreter
  • Compilation of base instructions to Java Bytecode
  • Compilation of 1 custom instruction to Java Bytecode
  • Compilation from the source file or raw code in console
  • Optimisation on number of instructions by folding operations (f.e. +++ to a +3)

Author

  • Shemplo - main developer and author of idea