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

https://github.com/asmlover/loxcc

A C++ port of jlox and clox - Based on Bob Nystrom's Book "Crafting Interpreters"(http://www.craftinginterpreters.com/)
https://github.com/asmlover/loxcc

bytecode cpp1z interpreter language lox

Last synced: about 1 month ago
JSON representation

A C++ port of jlox and clox - Based on Bob Nystrom's Book "Crafting Interpreters"(http://www.craftinginterpreters.com/)

Awesome Lists containing this project

README

        

# **LOXCC**

This project follows Bob Nystrom's excellent book [**"Crafting Interpreters"**](http://www.craftinginterpreters.com/).

A C++ port of [jlox](https://github.com/munificent/craftinginterpreters/tree/master/java/com/craftinginterpreters)(Lox language's AST interpreter) and [clox](https://github.com/munificent/craftinginterpreters/tree/master/c)(Lox language's bytecode VM).