correct for issue #145

This commit is contained in:
Mark Thom
2019-06-14 09:00:43 -04:00
parent 4fd70e9c6d
commit 39d5e6a2f9
5 changed files with 24 additions and 16 deletions

View File

@@ -238,7 +238,7 @@ impl Machine {
wam.compile_libraries();
wam.compile_special_forms();
wam.compile_top_level();
wam
}