Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/detectivekaktus/cplox
Lox transpiler to JavaScript
https://github.com/detectivekaktus/cplox
compiler cpp crafting-interpreters javascript js performance programming-language transpiler
Last synced: 2 months ago
JSON representation
Lox transpiler to JavaScript
- Host: GitHub
- URL: https://github.com/detectivekaktus/cplox
- Owner: detectivekaktus
- License: mit
- Created: 2024-09-05T19:51:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T20:21:39.000Z (4 months ago)
- Last Synced: 2024-09-18T01:18:34.881Z (4 months ago)
- Topics: compiler, cpp, crafting-interpreters, javascript, js, performance, programming-language, transpiler
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cplox
***WARNING! THIS PROJECT IS STILL UNDER DEVELOPMENT.***Cplox is a Lox transpiler to JavaScript. It's written in C++ for educational purposes, while reading ["Crafting Interpreters"](https://craftinginterpreters.com/) book.
It features all thee Lox syntax features and types presented in the same book.