Skip to content

0.4.0

Compare
Choose a tag to compare
@maciejhirsz maciejhirsz released this 16 Oct 12:08
· 347 commits to master since this release
  • Breaking: codegen::generate_code takes Program by referenceinstead of by value now. Bumped version to 0.4.0.
  • Removed main.rs and all dependencies now that we have Node.js CLI.
  • Added Rust benchmarks.
  • Added intial tokenizer tests.
  • Correcting an issue with OperatorType::BitShiftRight.
  • Improvements to error handling: In case of errors ocurring at position 0 in the input string, an attempt was made to unwrap None.