From f4a6518ef7121d6e5009a0e344ddc29e2ef2490e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 6 Jul 2014 18:49:53 -0700 Subject: 8 --- mu.arc | 6 ++++-- 1 file 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*)) -- cgit 1.4.1-2-gfad0