Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joajfreitas/flox

Bytecode interpreted LISP in Rust
https://github.com/joajfreitas/flox

lisp rust vm

Last synced: 11 days ago
JSON representation

Bytecode interpreted LISP in Rust

Awesome Lists containing this project

README

        

# flox

Lisp interpreter implemented as a stack based bytecode virtual machine.

The implementation is based on the [Crafting Interpreters](https://craftinginterpreters.com/) book by Robert Nystrom.

## Running

```
cargo run --bin main
```

## Tests

```
cargo test
```