I created a leaderboard converting your LOC into garrytans. COPE
LOC-based joke leaderboard when GitHub stats already exist.
IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages.
Assembly compiler with jump tables, but deletes common words from your source code.
Compiler engineers, programming language designers, performance enthusiasts
llvm-mc · tree-sitter · ANTLR
LOC-based joke leaderboard when GitHub stats already exist.
This is a concise dead-code-elimination pass implemented as ~140 LOC of readable Rust: it walks op dependencies via a match over Op variants, collects reachable OpRefs, and prunes the op pool. It’s not reinventing compiler theory, but the implementation is tidy and immediately pluggable into a small IR/dataflow project — useful as a reference or drop-in optimizer. Lacking benchmarks, docs on integration, or tests, it’s more of a pragmatic utility than a research contribution.
Native binaries for CI scripts beat Python startup time without Rust verbosity.
Compiles PHP to native ARM64 and renders DOOM E1M1 at 15 FPS—yes, really.
Full Rust ownership checking and code generation in PHP; technically audacious, practically hilarious.
Self-hosting Miranda dialect compiler in 7kloc with 19-pass optimization and GC.