about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--mu.arc6
1 files changed, 4 insertions, 2 deletions
diff --git a/mu.arc b/mu.arc
index 1618c134..1738e8b9 100644
--- a/mu.arc
+++ b/mu.arc
@@ -1,3 +1,5 @@
+; things that a future assembler will need separate memory for:
+;   code; types; args channel
 (def clear ()
   (= types* (table))
   (= memory* (table))
@@ -43,8 +45,8 @@
 
 (awhen cdr.argv
   (each file it
-  ;?   (prn file)
+;?     (prn file)
     (add-fns readfile.file))
-  ;? (prn function*)
+;?   (prn function*)
   (run function*!main)
   (prn memory*))