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

https://github.com/yaaama/clox

Interpreter written in C for the "Lox" language
https://github.com/yaaama/clox

c compiler crafting-interpreters interpreter lexing parsing

Last synced: 6 months ago
JSON representation

Interpreter written in C for the "Lox" language

Awesome Lists containing this project

README

          

# Clox

This is a an interpeter I am building for the "Lox" language, using the "Crafting Interpreters" book as a general guide.

Instead of writing things in Java and then C, I am deciding to dive straight into writing it all in C.

# Progress

## Lexer :COMPLETE:

## Parser :TODO: