https://github.com/ahabhgk/clox-rs
https://github.com/ahabhgk/clox-rs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahabhgk/clox-rs
- Owner: ahabhgk
- Created: 2021-12-27T15:18:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T14:29:50.000Z (over 3 years ago)
- Last Synced: 2025-01-17T03:42:24.205Z (5 months ago)
- Language: Rust
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clox-rs
An implementation of [clox](http://www.craftinginterpreters.com/a-bytecode-virtual-machine.html) in Rust.