https://github.com/seng3694/clox
Implementation of the Lox Bytecode Virtual Machine written in C
https://github.com/seng3694/clox
bob-nystrom-book c clox craftinginterpreters interpreter lox virtual-machine
Last synced: over 1 year ago
JSON representation
Implementation of the Lox Bytecode Virtual Machine written in C
- Host: GitHub
- URL: https://github.com/seng3694/clox
- Owner: Seng3694
- License: mit
- Created: 2022-11-01T17:28:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T16:39:23.000Z (over 3 years ago)
- Last Synced: 2025-01-26T14:50:17.870Z (over 1 year ago)
- Topics: bob-nystrom-book, c, clox, craftinginterpreters, interpreter, lox, virtual-machine
- Language: C
- Homepage: https://craftinginterpreters.com/
- Size: 155 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lox Bytecode Virtual Machine
Implementation of the Lox Bytecode Virtual Machine written in C by following Part 3 of the [Crafting Interpreters book][1] by Robert Nystrom.
[1]:https://craftinginterpreters.com/