Englang
Visit live site ↗
Problem
Most beginners abandon their first programming language on syntax, not logic — semicolons and braces get in the way before variables, loops and functions ever land.
What we built
A real lexer, parser and runtime — not a string-replace trick — that executes readable, English-like statements directly, with a three-stage syntax progression that moves a learner toward conventional curly-brace code.
Impact
Actively maintained open source with a test-backed interpreter and live documentation at englang.pephub.tech.
Technology
- JavaScript
- Custom lexer/parser
- Node.js
- Docusaurus