This is an implementation of the lox programming language from Crafting Interpreters in the Gleam programming language.
- Lexer
- Grammer
- Parser
# To start the interactive shell. Currently it just prints out tokens produced from the user input.
gleam run
gleam test # Run the tests