You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to see the source of a .scm file after expanding with define-syntax. I tried:
bigloo -syntax -v3 general.scm
but without any change compared to normal compilation. Selecting other stages (e.g. -mco) work as expected. If I use the next stage (-expand), an .escm file is written. This file looks interesting, but the source seems to be modified too much already.
BTW: the help text talks contains (see -hygiene) (sic). This should be removed because -hygien is obsolete.
The text was updated successfully, but these errors were encountered:
I would like to see the source of a .scm file after expanding with define-syntax. I tried:
but without any change compared to normal compilation. Selecting other stages (e.g.
-mco
) work as expected. If I use the next stage (-expand
), an .escm file is written. This file looks interesting, but the source seems to be modified too much already.BTW: the help text talks contains
(see -hygiene)
(sic). This should be removed because-hygien
is obsolete.The text was updated successfully, but these errors were encountered: