From 11f80cad32111e956ded7bdc39aa2d1f0bf36fa8 Mon Sep 17 00:00:00 2001 From: crumbtoo Date: Thu, 30 Nov 2023 09:41:16 -0700 Subject: [PATCH] cute commentary chapter titles --- docs/src/commentary/gm.rst | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/src/commentary/gm.rst b/docs/src/commentary/gm.rst index 9794279..fe1bf84 100644 --- a/docs/src/commentary/gm.rst +++ b/docs/src/commentary/gm.rst @@ -54,9 +54,9 @@ Achilles' heel. Traversing a tree structure is a very non-linear task unfit for an assembly target. The goal of our new G-Machine is to compile a *linear sequence of instructions* which instantiate the expression at execution. -************** -Implementation -************** +************************** +Trees and Vines, in Theory +************************** WIP. state transition rules @@ -207,9 +207,15 @@ WIP. state transition rules & m } -********************************* -Compilation: How to Squash a Tree -********************************* +************************** +Evaluation: Slurping Vines +************************** + +WIP. + +**************************** +Compilation: Squashing Trees +**************************** WIP.