lox-lang

Crates.iolox-lang
lib.rslox-lang
version0.0.3
sourcesrc
created_at2020-05-10 04:58:16.039393
updated_at2020-05-12 04:57:24.627228
descriptionA Lox language runtime for Rust
homepage
repositoryhttps://github.com/g-s-k/lox-lang
max_upload_size
id239524
size143,891
(g-s-k)

documentation

README

lox-lang: a Lox runtime for Rust projects

Lox is a (mostly) toy scripting language designed by Bob Nystrom for his book Crafting Interpreters. This library (and the included wrapper binary) implement a virtual machine runtime for it that can be used on its own or embedded into a larger application. See the crate documentation for usage information.

Commit count: 34

cargo fmt