Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 372 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 372 Bytes

Overview

This is my own implementation of the Lox language using Java.

The project is still in early phases, so changes will be applied over the course of me learning about the book, Crafting Interpreters.

Scanner

The scanner is almost the same form the one presented at the book. With some minimal changes to error messages.