Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 18:46
· 8 commits to main since this release
7df0f92

What's Changed

  • Implement first iteration of Chunk by @froth in #1
  • Implement float constants in byte code by @froth in #2
  • Add support for line numbers in disassembly by @froth in #3
  • Add support for disassembling at a specific position by @froth in #4
  • Add tracing crate by @froth in #5
  • Change Op encoding from c style enum to enum with values. by @froth in #6
  • Implement most basic vm functionality by @froth in #7
  • Implement basic calculator capabilities by @froth in #8
  • Implement lexer by @froth in #9
  • Replace phf with hardcoded trie by @froth in #10
  • Implement expression parser by @froth in #11

New Contributors

  • @froth made their first contribution in #1

Full Changelog: https://github.com/froth/rust-lox-vm/commits/v0.1.0