about summary refs log tree commit diff stats
path: root/shell/evaluate.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-03 17:31:19 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-03 17:31:19 -0700
commit1048729a6e516f1a5a106e61deddecca935d2098 (patch)
treeb05081029a1c8474ba5621f8635ef210034caed1 /shell/evaluate.mu
parent93f1bee02c694c775fd5814990ae68bfcb9dcf3d (diff)
downloadmu-1048729a6e516f1a5a106e61deddecca935d2098.tar.gz
.
Diffstat (limited to 'shell/evaluate.mu')
-rw-r--r--shell/evaluate.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evaluate.mu b/shell/evaluate.mu
index f444d145..02203e0f 100644
--- a/shell/evaluate.mu
+++ b/shell/evaluate.mu
@@ -1,6 +1,6 @@
 # env is an alist of ((sym . val) (sym . val) ...)
 # we never modify `in` or `env`
-# ignore 'screen-cell' on a first reading; it's a hack for sandboxes
+# ignore args past 'trace' on a first reading; they're for the environment not the language
 # 'call-number' is just for showing intermediate progress; this is a _slow_ interpreter
 fn evaluate _in: (addr handle cell), out: (addr handle cell), env-h: (handle cell), globals: (addr global-table), trace: (addr trace), screen-cell: (addr handle cell), keyboard-cell: (addr handle cell), call-number: int {
   # stack overflow?   # disable when enabling Really-debug-print