01-phase-i-treewalkok
Structure
fn · h1main
comment
comment
Pipeline: load → line classify → recursive-descent parse → semantic check → tree-walk eval. No Flex/Bison.
comment
This page runs as a program — documentation is executable:
call
> print text=Phase I: tree-walk interpreter is live.Functions
Variables
No bindings
Execution
Phase I: tree-walk interpreter is live.
Source
--- title: Phase I — tree-walk interpreter description: Lex · parse · check · tree-walk end to end --- # main Milestone: Phase I (tree-walk). Pipeline: load → line classify → recursive-descent parse → semantic check → tree-walk eval. No Flex/Bison. This page runs as a program — documentation is executable: > print text=Phase I: tree-walk interpreter is live.
Milestone: Phase I (tree-walk).