Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/severen/lox
My implementations of the Lox programming language from the book Crafting Interpreters by Bob Nystrom.
https://github.com/severen/lox
crafting-interpreters interpeter language lox programming-language virtual-machine vm
Last synced: about 10 hours ago
JSON representation
My implementations of the Lox programming language from the book Crafting Interpreters by Bob Nystrom.
- Host: GitHub
- URL: https://github.com/severen/lox
- Owner: severen
- Created: 2021-09-06T20:41:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T10:02:52.000Z (about 2 years ago)
- Last Synced: 2024-11-10T10:07:42.884Z (about 2 months ago)
- Topics: crafting-interpreters, interpeter, language, lox, programming-language, virtual-machine, vm
- Language: Kotlin
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Severen's Lox Implementations
This repository will contain both my tree-walking (klox) and bytecode interpreting
(clox) implementations of the Lox programming language from the book Crafting
Interpreters.