mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-09 14:07:34 +02:00
Accepting begin in addition to body library decl in analyze-module.
This commit is contained in:
parent
c8d2c6ab02
commit
8e32a64426
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
(lp (cdr ls) res))
|
||||
((include)
|
||||
(lp (append (map include-source (cdar ls)) (cdr ls)) res))
|
||||
((body)
|
||||
((body begin)
|
||||
(let lp2 ((ls2 (cdar ls)) (res res))
|
||||
(cond
|
||||
((pair? ls2)
|
||||
|
|
Loading…
Add table
Reference in a new issue