1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/module/language
Andy Wingo 52381a17c4 support source-level annotations in syncase
* module/ice-9/annotate.scm (<annotation>): Slightly more concise
  printing.
  (annotate): Don't create annotations if we have no source info.

* module/ice-9/psyntax.scm (annotation?): Remove this definition, as we
  now provide annotation support.

* module/ice-9/psyntax-pp.scm: Regenerated.

* module/ice-9/syncase.scm: Use (ice-9 annotate).

* module/language/scheme/expand.scm (eval-when): Define the eval-when
  transformer.
2009-03-06 17:01:47 +01:00
..
assembly Aggregate makefiles for module/system' and module/language'. 2009-02-24 23:54:16 +01:00
bytecode Aggregate makefiles for module/system' and module/language'. 2009-02-24 23:54:16 +01:00
ecmascript make the ES compiler more readable via use of -> 2009-02-27 16:25:32 +01:00
elisp remove .cvsignore files 2008-11-10 12:17:18 +01:00
ghil slight optimization in transform-record, note in optimize* 2009-02-27 13:37:35 +01:00
glil Aggregate makefiles for module/system' and module/language'. 2009-02-24 23:54:16 +01:00
objcode Aggregate makefiles for module/system' and module/language'. 2009-02-24 23:54:16 +01:00
r5rs remove GPKG.def files 2009-01-29 21:12:00 +01:00
scheme support source-level annotations in syncase 2009-03-06 17:01:47 +01:00
value Aggregate makefiles for module/system' and module/language'. 2009-02-24 23:54:16 +01:00
assembly.scm Add `load-unsigned-integer' instruction. 2009-02-18 00:54:05 +01:00
ghil.scm use common slots mechanism in ghil 2009-02-27 10:53:00 +01:00
glil.scm be smarter about allocating local variables, reusing slots if possible 2009-02-21 20:28:29 +01:00
objcode.scm static opcodes; refactor program/objcode division; use new assembly pipeline 2009-01-29 21:12:00 +01:00