Skip to content

Base implementation release

Latest
Compare
Choose a tag to compare
@Shemplo Shemplo released this 02 Apr 20:42
· 99 commits to master since this release

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