Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Added byte code compiler + runner

Compare
Choose a tag to compare
@ArnabRollin ArnabRollin released this 26 Oct 12:39
· 9 commits to master since this release

Full Changelog: v0.9.0...v0.10.0

Added

  • Variable-options in CLI
  • Bytecode compiler and runner (level 1)
  • Better documentation in CLI.

Changed

  • Now there are two runner functions: run_tokens and run (which tokenizes the line and calls run_tokens with the tokens)
  • Integers are now i64 and floats are f64