https://github.com/liarprincess/crafting-interpreters-ch3
VM from the 3rd chapter of "Crafting interpreters"
https://github.com/liarprincess/crafting-interpreters-ch3
Last synced: 8 months ago
JSON representation
VM from the 3rd chapter of "Crafting interpreters"
- Host: GitHub
- URL: https://github.com/liarprincess/crafting-interpreters-ch3
- Owner: LiarPrincess
- Created: 2020-09-28T16:49:42.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-09-28T16:50:10.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T08:40:42.315Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Implementation of VM presented in the 3rd chapter of wonderful [Crafting interpreters](https://craftinginterpreters.com/contents.html) by Bob Nystrom ([@munificentbob](https://twitter.com/munificentbob)).
Please note that the VM is not finished, because I decided to work on [Violet (Python VM written in Swift)](https://github.com/LiarPrincess/Violet) instead.