1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-26 21:20:30 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-08-13 03:44:52 +00:00
parent f888a1b586
commit 5a0c9f69c8

View file

@ -1,6 +1,6 @@
* Introduction * Introduction
Version: $Id: langtools.text,v 1.2 2000-08-13 02:31:46 mdj Exp $ Version: $Id: langtools.text,v 1.3 2000-08-13 03:44:52 mdj Exp $
This is a proposal for how Guile could interface with language This is a proposal for how Guile could interface with language
translators. It will be posted on the Guile list and revised for some translators. It will be posted on the Guile list and revised for some
@ -398,10 +398,9 @@ Return a THUNK which can be called repeatedly like this:
THUNK --> SCHEMECODE THUNK --> SCHEMECODE
Each call will yield a new piece of scheme code. #f is returned Each call will yield a new piece of scheme code. The THUNK signals
to signal the end of the stream of scheme expressions. (Note that end of translation by returning the unique value *end-of-translation*
it isn't meaningful for THUNK to return immediates. In fact, it's which can be tested using the predicate `end-of-translation?'.
only meaningful to return expressions with side-effects.)
The optional argument ALIST provides compilation options for the The optional argument ALIST provides compilation options for the
translator: translator: