1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/module
Andy Wingo 35289f24ee modify psyntax so it produced annotated source if given annotated source
* module/ice-9/psyntax.scm (build-annotated): New helper, used by the
  output constructors.
  (build-application, build-conditional, build-lexical-reference)
  (build-lexical-assignment, build-global-reference)
  (build-global-assignment, build-global-definition, build-lambda)
  (build-primref, build-data, build-sequence, build-let)
  (build-named-let, build-letrec, build-lexical-var): Use
  build-annotated, so we produce annotated source if we have source
  information.

* module/ice-9/psyntax-pp.scm: Regenerated.
2009-03-06 19:37:44 +01:00
..
ice-9 modify psyntax so it produced annotated source if given annotated source 2009-03-06 19:37:44 +01:00
language support source-level annotations in syncase 2009-03-06 17:01:47 +01:00
oop Replace eval-case with eval-when 2009-03-06 13:29:13 +01:00
srfi fix mismerge on srfi-19.scm 2009-01-12 21:45:37 +01:00
system add separate expansion phase, to detwingle things a bit 2009-03-02 17:27:45 +01:00
Makefile.am add separate expansion phase, to detwingle things a bit 2009-03-02 17:27:45 +01:00