The Runtime Theory

Source Text Becomes an Executable Representation

Visualize scanning, parsing, semantic checks, intermediate forms, bytecode or machine-code generation, and runtime work.

The Runtime Theory Team05 stages

trace / request.md

SCANPARSECHECK MEANINGLOWER ANDOPTIMIZEEXECUTE

readyGroup characters into tokens such as names, literals, and operators while preserving source locations.

An implementation may merge or reorder these phases. A language can use both ahead-of-time compilation and runtime interpretation or JIT compilation.

Not started

Sign in to save your learning progress.

Sign in to save