Ecosyste.ms: Awesome

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

https://github.com/aymanizz/clox-interpreter

An interpreter in c
https://github.com/aymanizz/clox-interpreter

c interpreter

Last synced: about 2 months ago
JSON representation

An interpreter in c

Lists

README

        

# CLox Interpreter

This is an implementation of the CLox interpreter implemented in the second part of the book
[crafting interpreters](https://www.craftinginterpreters.com/).

This is a work-in-progress and might deviate from the original implementation in some parts.