Compiler Theorycs

The study of how a compiler transforms source code through lexical analysis, parsing, intermediate representations, optimization passes, and code emission.

Compile-time AI is compiler theory applied to knowledge; understanding passes, IRs, and schedulers requires the underlying theory.

Where it appears

Descend

Historical evolution

From Aho/Sethi/Ullman 'Dragon Book' to modern MLIR multi-level IR.

Implementation details

SKCE reuses Kahn's algorithm (topological sort) for pass scheduling, exactly as classic compilers order phases.

Sources

View in graph →