Working through the bugs, got the first few working

This commit is contained in:
Nathan Braswell
2021-09-06 12:29:05 -04:00
parent 6a47375d28
commit 873e7c4244
2 changed files with 23 additions and 17 deletions

View File

@@ -5,7 +5,7 @@
; For right now we only support calling partial_eval in such a way that it partial evals against
; the root env, but this is could and really should be extended. We could at least check if the env we're called with
; is the root_env, or if what we look up in whatever env is passed in matches something in the root env
[comb_to_mark_map partially_evaled] (partial_eval code)
partially_evaled (partial_eval code)
_ (println "Partially evaled: " partially_evaled)
stripped (strip partially_evaled)
_ (println "Stripped: " stripped)