syntactic_ast: add node for if expressions
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2026-01-07 18:03:28 +03:00
parent edc9d8b9e6
commit 54c48ddf0e
3 changed files with 20 additions and 1 deletions

View File

@@ -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)))