ajeetdsouza / loxcraft

Language tooling for the Lox programming language.
https://ajeetdsouza.github.io/loxcraft/
MIT License
274 stars 11 forks source link

Add support for functions #4

Closed ajeetdsouza closed 2 years ago

ajeetdsouza commented 2 years ago

Covers the Calls and Functions chapter, till Native Functions.

It's not the cleanest implementation, but can be tidied up once the book is complete.