manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
135 stars 19 forks source link

-syntax option has no effect #39

Open svenha opened 4 years ago

svenha commented 4 years ago

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.