Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaworu/lox
Just me going through "Crafting Interpreters"
https://github.com/kaworu/lox
bytecode compiler interpreter
Last synced: 7 days ago
JSON representation
Just me going through "Crafting Interpreters"
- Host: GitHub
- URL: https://github.com/kaworu/lox
- Owner: kaworu
- License: mit
- Created: 2018-02-22T07:24:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-23T14:05:46.000Z (about 5 years ago)
- Last Synced: 2024-11-21T11:26:58.821Z (2 months ago)
- Topics: bytecode, compiler, interpreter
- Language: Swift
- Size: 39.1 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/kAworu/lox.svg?branch=master)](https://travis-ci.org/kAworu/lox)
# lox
Just me going through "Crafting Interpreters"