https://github.com/byronmayne/clox
My implementation of the Byte Code Interpreter following the great book Crafting Interpreters by Bob Nystrom. Chapter starts http://www.craftinginterpreters.com/chunks-of-bytecode.html
https://github.com/byronmayne/clox
Last synced: 7 months ago
JSON representation
My implementation of the Byte Code Interpreter following the great book Crafting Interpreters by Bob Nystrom. Chapter starts http://www.craftinginterpreters.com/chunks-of-bytecode.html
- Host: GitHub
- URL: https://github.com/byronmayne/clox
- Owner: ByronMayne
- Created: 2018-02-24T16:06:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T23:25:39.000Z (over 6 years ago)
- Last Synced: 2025-01-27T15:45:39.580Z (8 months ago)
- Language: C
- Size: 511 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clox
My implementation of the Byte Code Interpreter following the great book Crafting Interpreters by Bob Nystrom. Chapter starts http://www.craftinginterpreters.com/chunks-of-bytecode.html