TRACK 03 · GO · CORE
Lexer, parser, evaluator — a small language that actually runs.
# the starter repo: skeleton + the graded local test harness git clone https://github.com/ansh-chaturmohta/byhand-interpreter-starter my-interpreter cd my-interpreter make check STAGE=0 # verifies your toolchain is ready