Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 271 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 271 Bytes

flox

Lisp interpreter implemented as a stack based bytecode virtual machine.

The implementation is based on the Crafting Interpreters book by Robert Nystrom.

Running

cargo run --bin main

Tests

cargo test