Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/massivefermion/lox
educational programming language and virtual machine
https://github.com/massivefermion/lox
Last synced: about 1 month ago
JSON representation
educational programming language and virtual machine
- Host: GitHub
- URL: https://github.com/massivefermion/lox
- Owner: massivefermion
- Created: 2023-04-02T15:16:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-08T12:46:12.000Z (over 1 year ago)
- Last Synced: 2023-09-08T14:03:03.138Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the result of me following Robert Nystrom's "Crafting Interpreters".The design and implementation are quite different. Most of those differences are unintentional and the result of me realizing something a bit too late and not wanting to go back and make fundamental changes. But I like what I have right now. Of course there is still a lot of work to do. There are some important bugs that need to be fixed and some features that need to be added.