mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Issue #336 - Compiler validation for "if"
This commit is contained in:
parent
95922d257e
commit
829f7d86b0
1 changed files with 3 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue