This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
Added byte code compiler + runner
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
andrun
(which tokenizes the line and callsrun_tokens
with the tokens) - Integers are now
i64
and floats aref64