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

https://github.com/maxinteger/lox-compiler


https://github.com/maxinteger/lox-compiler

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Lox Compiler implementation

In this project I build the Lox copoler based on the http://craftinginterpreters.com/
tutorial, in different languages.

My goal is to know more about compilers and runtime environments.
Also it is a good opportunity to learn programming languages.