Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.