13:29
2026-09-17
dev.to
developer-tools
Explored a new Programming Language in Pure Python — Lexer, Pratt Parser, Bytecode Compiler, Stack VM
A developer built lumen-lang, a small programming language implemented entirely in pure Python with no dependencies or parser generators. The project includes a hand-written lexer with line and column…