This commit is contained in:
Kartik K. Agaram 2014-07-06 18:49:53 -07:00
parent 40f0a658f0
commit f4a6518ef7
1 changed files with 4 additions and 2 deletions

6
mu.arc
View File

@ -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*))