Yet another implementation of the Lox language in C.
This is a tree-walk interpreter for the Lox language. It has all languages features and passes all checks, except:
For now there is no Garbage Collector for objects, so some programs can consume a lot of memory