This repository contains a Python port of the Java Lox interpreter. The guide I followed is at http://craftinginterpreters.com
I started on this project to try and learn more about language design as well as how compilers and interpreters are written.