Problem
Build a compact language implementation that stays readable, testable, and ready for a browser-facing demo without discarding the current Java core.
Featured project
A small interpreted language implemented in Java, with a lexer, parser, AST model, and tree-walking interpreter. The current direction is a browser-hosted playground backed by the same core runtime.
Problem
Build a compact language implementation that stays readable, testable, and ready for a browser-facing demo without discarding the current Java core.
Stack
Implemented
Next steps
Browser runner
Live demo
Loading runtime...
No tokens yet.
No AST yet.