| Crates.io | lox-lang |
| lib.rs | lox-lang |
| version | 0.0.3 |
| created_at | 2020-05-10 04:58:16.039393+00 |
| updated_at | 2020-05-12 04:57:24.627228+00 |
| description | A Lox language runtime for Rust |
| homepage | |
| repository | https://github.com/g-s-k/lox-lang |
| max_upload_size | |
| id | 239524 |
| size | 143,891 |
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.