syntactic_ast: add node for if expressions
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -20,7 +20,7 @@ and dbg_print_start = function
|
||||
|
||||
let def = Parser.parse_str "(define (f)
|
||||
(let ((x 5))
|
||||
(cond ((+ x 1)))))
|
||||
(if t (+ x 1))))
|
||||
(define (f)
|
||||
(define (g y) (* y 2))
|
||||
(or (g 5) (g 6)))
|
||||
|
||||
Reference in New Issue
Block a user