rename translate.scm to compile-ghil.scm, and more work on compiler.texi
authorAndy Wingo <wingo@pobox.com>
Fri, 9 Jan 2009 16:49:09 +0000 (17:49 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 9 Jan 2009 16:49:09 +0000 (17:49 +0100)
commitca445ba5ec5babe2d160061ed627570e36a28dd1
treec0d44488556de14ab1d8fc4b3c6e6c691ee87cc1
parente3ba263de48a2a7cce27f773bd9be079eb5517db
rename translate.scm to compile-ghil.scm, and more work on compiler.texi

* doc/ref/api-evaluation.texi: Fix some typos and xrefs.

* doc/ref/compiler.texi (The Scheme Compiler): Document the scheme
  compiler, and start documenting the GHIL language.

* doc/ref/guile.texi (Guile Implementation): Whoops, put autoconf after
  the implementation foo. Unless we want it before?

* doc/ref/history.texi (The Emacs Thesis): Fix typo.

* doc/ref/vm.texi (Environment Control Instructions): Rename offset to
  index.

* module/language/ghil.scm (parse-ghil): Fix what I think was a bug --
  the consumer in a mv-call shouldn't be a rest arg.

* module/language/scheme/Makefile.am (SOURCES):
* module/language/scheme/compile-ghil.scm: Rename this file from
  translate.scm.

* module/oop/goops.scm:
* module/language/scheme/spec.scm: Deal with renaming.
doc/ref/api-evaluation.texi
doc/ref/compiler.texi
doc/ref/guile.texi
doc/ref/history.texi
doc/ref/vm.texi
module/language/ghil.scm
module/language/scheme/Makefile.am
module/language/scheme/compile-ghil.scm [moved from module/language/scheme/translate.scm with 98% similarity]
module/language/scheme/spec.scm
module/oop/goops.scm