jamiebuilds/the-super-tiny-compiler resource
:snowman: Possibly the smallest compiler ever 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: 3827
- days_rel: n/a
- days_push: 926
- n_releases_24m: 0
Adoption not part of the score
28558 stars · 2856 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
An ultra-simplified, heavily commented example compiler written in JavaScript that demonstrates all the major pieces of a modern compiler end to end. It is designed as a guided learning resource for understanding how compilers work, not for production use.
Use cases
- learn how compilers work
- understand tokenization and parsing
- study compiler internals step by step
- teach compiler concepts to beginners
- see how lisp-style code is transformed into C-like code
- prepare for building a real compiler or transpiler
When to choose
- you want a beginner-friendly, guided introduction to compiler concepts
- you learn best by reading small, well-commented code
- you want to demystify tokenizers, parsers, transformers, and code generators
When to avoid
- you need a production compiler or transpiler for real projects
- you want performance or full language feature support
- you need a comprehensive compiler textbook or formal theory
Facets
learning-resource · maturity maintenance
compiler parser interpreter documentation compilers education programming-languages tutorials educational lisp-to-c compiler-internals tokenization code-generation nodejs javascript
1 source
- readme: https://github.com/jamiebuilds/the-super-tiny-compiler · fetched 2026-08-28 · 042a6411097b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jamiebuilds/the-super-tiny-compiler | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="jamiebuilds/the-super-tiny-compiler")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem