mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
Only print when debugging as a program
This commit is contained in:
parent
526032e52f
commit
95922d257e
1 changed files with 3 additions and 1 deletions
|
@ -57,7 +57,9 @@
|
|||
(append vars (filter include-var? syms)))
|
||||
|
||||
(define (search exp vars)
|
||||
(pretty-print `(search ,exp ,vars))(newline)
|
||||
(cond-expand
|
||||
(program
|
||||
(pretty-print `(search ,exp ,vars))(newline))) ;; Debugging
|
||||
(cond
|
||||
;((ast:lambda? exp) 'TODO)
|
||||
((const? exp) #f)
|
||||
|
|
Loading…
Add table
Reference in a new issue