1 Arithmetic Expressions
We begin our journey by building the core of any expression language: arithmetic. We will implement a lexer, a parser, and a tree-walking interpreter capable of evaluating basic mathematical operations.
# Lexer implementation for HULK# Parser implementation for HULK