https://github.com/glugg23/rox
A Rust bytecode virtual machine for the Lox programming language
https://github.com/glugg23/rox
lox rust
Last synced: 24 days ago
JSON representation
A Rust bytecode virtual machine for the Lox programming language
- Host: GitHub
- URL: https://github.com/glugg23/rox
- Owner: glugg23
- License: mit
- Created: 2020-01-14T23:29:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T18:09:09.000Z (about 6 years ago)
- Last Synced: 2025-01-19T14:28:51.918Z (over 1 year ago)
- Topics: lox, rust
- Language: Rust
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rox
A Rust bytecode virtual machine for the Lox programming language.
Click [here](http://craftinginterpreters.com/) for more details about Lox.