1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 03:54:12 +02:00
guile/module/system/base
Andy Wingo db917b4152 replace cenv with things in <repl> and fluids; remove the `use' meta-command
* module/system/base/compile.scm (<cenv>): No more cenv, it was a useless
  data structure.

* module/system/repl/command.scm (*command-table*): Remove `use', it's
  the same as `import'. Otherwise in this file, adapt to the repl having
  direct pointers to the vm and the language, and to the module being in
  the current-module fluid.

* module/system/repl/repl.scm (prompting-meta-read):
* module/system/repl/common.scm (<repl>): The repl now has a direct
  pointer to the vm and language. Adapt accordingly.
2008-05-12 22:26:31 +02:00
..
.cvsignore *** empty log message *** 2001-04-22 02:13:48 +00:00
compile.scm replace cenv with things in <repl> and fluids; remove the `use' meta-command 2008-05-12 22:26:31 +02:00
language.scm finish dedottifying 2008-05-04 16:25:36 +02:00
Makefile.am start using pmatch instead of match 2008-05-03 19:23:45 +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