Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henesy/clox9
Port of Nystrom's clox implementation of the Lox language to Plan9
https://github.com/henesy/clox9
9front clox language lox plan9 port
Last synced: 3 months ago
JSON representation
Port of Nystrom's clox implementation of the Lox language to Plan9
- Host: GitHub
- URL: https://github.com/henesy/clox9
- Owner: henesy
- License: other
- Created: 2020-04-22T23:59:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T23:59:56.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T19:07:56.845Z (6 months ago)
- Topics: 9front, clox, language, lox, plan9, port
- Language: C
- Size: 34.2 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-plan9 - clox9 - Port of Nystrom's clox implementation of the Lox language to Plan9 (Languages / Audio/music)
README
# clox9
A port of the C implementation of the Lox interpreter from [Crafting Interpreters](https://github.com/munificent/craftinginterpreters) ported to Plan9.
LICENSE file is copied from the original repository.
## Build
mk
## Install
mk install