sandersn/mini-typescript resource
A miniature model of the Typescript compiler, intended to teach the structure of the real Typescript compiler observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1917
- days_rel: n/a
- days_push: 746
- n_releases_24m: 0
Adoption not part of the score
1208 stars · 67 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A miniature model of the TypeScript compiler written in TypeScript, containing two versions: micro-typescript (a tiny textbook-style compiler) and centi-typescript (a 1/100 scale model of the real compiler). It is intended to teach developers how the actual TypeScript compiler is structured, with exercises to practice on.
Use cases
- learn how the typescript compiler works internally
- study compiler frontend and checker structure
- practice compiler exercises like adding statements and literals
- read a small reference implementation of a type checker
- understand how tsc parses and binds code
When to choose
- you want to learn the architecture of the real TypeScript compiler
- you prefer learning by reading and modifying small code with exercises
- you want a simplified model of a checker without production clutter
When to avoid
- you want a general-purpose or production TypeScript compiler
- you want to learn general compiler theory from a textbook
- you need language services, caching, or full language support
Facets
learning-resource · maturity maintenance
compiler parser interpreter developer-tools compilers programming-languages education tutorials developer-tools cli cross-platform typescript-compiler educational compiler-internals type-checker code-exercises nodejs
1 source
- readme: https://github.com/sandersn/mini-typescript · fetched 2026-08-28 · e95f31523351
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sandersn/mini-typescript | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="sandersn/mini-typescript")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem