syntactic_ast: added parsing and pretty printing for cond expressions
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/cron/build Pipeline was successful

This commit is contained in:
2026-01-04 21:38:04 +03:00
parent e95a115acf
commit edc9d8b9e6
2 changed files with 28 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ and dbg_print_start = function
let def = Parser.parse_str "(define (f)
(let ((x 5))
(+ x 1)))
(cond ((+ x 1)))))
(define (f)
(define (g y) (* y 2))
(or (g 5) (g 6)))