marqdo

01-phase-i-treewalkok

features/01-phase-i-treewalk.mq.md

Structure

fn · h1main
comment

Milestone: Phase I (tree-walk).

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.

Variable