Issue #336 - Compiler validation for "if"

This commit is contained in:
Justin Ethier 2019-09-10 18:52:44 -04:00
parent 95922d257e
commit 829f7d86b0

View file

@ -222,6 +222,9 @@
)))
;; END additional top-level imports
;; Validate syntax of basic forms
(validate-keyword-syntax input-program)
;; Separate global definitions from the rest of the top-level code
(set! input-program
(isolate-globals input-program program? lib-name rename-env))