1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-01 09:50:19 +02:00
guile/module/system/base
Andy Wingo 10be70254b fix dumping of #:keywords
* module/language/scheme/translate.scm (trans):
* module/system/il/compile.scm (codegen): When making records where a
  value can be a keyword, make sure to use the keyword initialization
  form, so that the record initializer doesn't interpret the keyword as a
  slot name.

* module/system/base/Makefile.am (vm_DATA): For now, don't compile
  pmatch.
2008-05-15 12:20:18 +02:00
..
.cvsignore *** empty log message *** 2001-04-22 02:13:48 +00:00
compile.scm fix macro compilation via hooking into eval-case 2008-05-14 14:47:29 +02:00
language.scm finish dedottifying 2008-05-04 16:25:36 +02:00
Makefile.am fix dumping of #:keywords 2008-05-15 12:20:18 +02:00
pmatch.scm Refactor (language scheme translate) to use pmatch 2008-05-04 13:26:00 +02:00
syntax.scm <foo>? -> foo?; some exports cleanups 2008-05-11 21:48:10 +02:00