Started a new side project

Introducing, YALIJA.

YALIJA stands for Yet Another Lox Interpreter written in Java.

As the name suggests, it's an interpreter for a programming language called Lox. In this project, every single component is hand-written from scratch, no parser or scanner generator is used because I wanted to know how to build my own programming language from scratch.