From 447921598269bae3e1406470015c37f23943cc74 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Fri, 15 May 2026 20:51:13 -0700 Subject: make the label transformation work all the way, no crashing the code doesn't quite run yet, that'll be a future CL Force-Push: yes Change-Id: I71e6a45127c1fc37906d902e36142c17afef2a21 --- core.e | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core.e') diff --git a/core.e b/core.e index cb3921a..479fd26 100644 --- a/core.e +++ b/core.e @@ -7,6 +7,11 @@ ~ our goal right now is just to bootstrap the heap, we keep this short and ~ sweet. ~ +~ This code has been written to satisfy the assumptions needed by the label +~ transform, described in-depth in transform.e. This means that it is, in +~ effect, written in a restricted dialect of Evocation rather than in the full +~ language. +~ ~ There is definitely plenty of optimization that could be done. : swap -- cgit 1.4.1