json-parser
Beta
A JSON parser
Your first contact with lexers and grammars. Tokenize, build the tree and fail with useful errors.
Beginner7 stages~6 hLanguages
tokenizerparsingrecursión
TypeScript · Python · Go · Java
Project catalog
Every project is a real tool split into stages. Explore the catalog or tell us what you need for a personal shortlist.
4 projects of 22
Your first contact with lexers and grammars. Tokenize, build the tree and fail with useful errors.
TypeScript · Python · Go · Java
fork, exec, pipes and redirection. Build a POSIX command interpreter that runs real programs.
C · Rust · Go · Zig
From the expression to the automaton. Backtracking, groups and character classes without your language's regex.
TypeScript · Python · Rust
Tokenizer, parser, evaluator and closures. Discover how a language runs your code, step by step.
Python · JavaScript · TypeScript