nicks101 / building_interpreter

My implementation of the book Crafting Interpreters by Robert Nystrom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains the code for my implementation of the book Crafting Interpreters.

The book is a great resource for learning about interpreters and compilers. It builds a language called Lox in Java and C.

Later on, I will try to implement the Lox language in Dart as well for my own learning purposes.

About

My implementation of the book Crafting Interpreters by Robert Nystrom

License:MIT License


Languages

Language:Java 88.9%Language:C 11.1%