Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tychota/clox
Ze best language (not as finished and as entreprise ready as jlox yet, but blazzzzing fast)
https://github.com/tychota/clox
Last synced: 22 days ago
JSON representation
Ze best language (not as finished and as entreprise ready as jlox yet, but blazzzzing fast)
- Host: GitHub
- URL: https://github.com/tychota/clox
- Owner: tychota
- Created: 2018-07-15T09:51:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T22:06:05.000Z (about 5 years ago)
- Last Synced: 2024-11-06T02:23:49.007Z (2 months ago)
- Language: C
- Size: 142 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLOX
All credits goes to [Robert (? Bob ?) Nystrom](https://twitter.com/munificentbob).
He made a wonderful tutorial to crate your own language here: http://craftinginterpreters.com/
It is gold content, super clearly explained.This is part 2 (where we create a full VM in C).
![](./image.png)