Create and pass through comb_to_mark_map to allow us to re-mark stripped expressions so we can evaluate them mutliple times, etc, etc
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
(let (
|
||||
test-case (lambda (code) (let (
|
||||
_ (println "Code: " code)
|
||||
partially_evaled (partial_eval code)
|
||||
[comb_to_mark_map partially_evaled] (partial_eval code)
|
||||
_ (println "Partially evaled: " partially_evaled)
|
||||
stripped (strip partially_evaled)
|
||||
_ (println "Stripped: " stripped)
|
||||
|
||||
Reference in New Issue
Block a user