1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-27 23:40:24 +02:00
guile/module/system/repl
Andy Wingo abf780e45e in meta-reader, return directly if the peeked char is EOF
* module/system/repl/repl.scm (meta-reader): If the (next-char #t)
  returns EOF, return that EOF directly, as it seems that with guile -q,
  the subsequent `read' actually waits for another C-d. Dunno why.
2009-02-24 23:16:58 +01:00
..
command.scm remove conv.scm, disasm.scm; objcode->bytecode rename 2009-01-30 14:36:49 +01:00
common.scm no keyword arguments in GHIL / GLIL, just optional args -- faster compiles 2009-02-13 00:01:47 +01:00
describe.scm use #:keywords in module/*.scm, not :keywords 2008-09-09 06:58:25 +02:00
Makefile.am move guilec.mk to am/guilec 2008-11-01 13:05:10 +01:00
repl.scm in meta-reader, return directly if the peeked char is EOF 2009-02-24 23:16:58 +01:00