1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-03 18:50:19 +02:00
guile/module/ice-9
Andy Wingo 811d10f5a2 new language: tree-il. psyntax generates it when run in compile mode.
* module/Makefile.am: Add tree-il sources.

* module/ice-9/compile-psyntax.scm: Adjust for sc-expand producing
  tree-il in compile mode.

* module/ice-9/psyntax.scm: Switch from expand-support to tree-il for
  generating output in compile mode. Completely generate tree-il -- the
  output wasn't Scheme before, but now it's completely not Scheme.

* module/ice-9/psyntax-pp.scm: Regenerated.

* module/language/scheme/compile-ghil.scm: Strip structures using
  tree-il, not expand-support.

* module/language/tree-il.scm:
* module/language/tree-il/spec.scm
* module/language/tree-il/compile-glil.scm: New language. It will compile
  to GLIL, though it doesn't yet.
2009-05-07 17:32:01 +02:00
..
debugger merge ice-9, srfi, oop makfiles into module makefile 2009-04-24 19:40:55 +02:00
debugging merge ice-9, srfi, oop makfiles into module makefile 2009-04-24 19:40:55 +02:00
and-let-star.scm
arrays.scm
boot-9.scm sc-expand in compile mode produces (ice-9 expand-support) structures 2009-05-04 11:57:36 +02:00
buffered-input.scm
calling.scm
ChangeLog-2008
channel.scm
common-list.scm
compile-psyntax.scm new language: tree-il. psyntax generates it when run in compile mode. 2009-05-07 17:32:01 +02:00
debug.scm
debugger.scm
deprecated.scm
documentation.scm allow defmacros to have docstrings 2009-04-25 16:31:52 +02:00
emacs.scm
expand-support.scm make expand-support structure constructors take a source argument 2009-05-07 11:02:10 +02:00
expect.scm
format.scm
ftw.scm
gap-buffer.scm
gds-client.scm
gds-server.scm
getopt-long.scm
hcons.scm
history.scm
i18n.scm
lineio.scm
list.scm
ls.scm
mapping.scm
match.scm fix bad syntax in define-macro, (ice-9 match), and (oop goops) 2009-04-25 12:50:53 +02:00
networking.scm make sure we compile boot code in (guile), not (guile-user) 2009-04-24 23:10:31 +02:00
null.scm ice-9 syncase now deprecated, woo 2009-04-24 14:34:23 +02:00
occam-channel.scm ice-9 syncase now deprecated, woo 2009-04-24 14:34:23 +02:00
optargs.scm
poe.scm
popen.scm
posix.scm make sure we compile boot code in (guile), not (guile-user) 2009-04-24 23:10:31 +02:00
pretty-print.scm
psyntax-pp.scm new language: tree-il. psyntax generates it when run in compile mode. 2009-05-07 17:32:01 +02:00
psyntax.scm new language: tree-il. psyntax generates it when run in compile mode. 2009-05-07 17:32:01 +02:00
q.scm
r4rs.scm make sure we compile boot code in (guile), not (guile-user) 2009-04-24 23:10:31 +02:00
r5rs.scm
rdelim.scm
README
receive.scm
regex.scm
runq.scm
rw.scm
safe-r5rs.scm
safe.scm
serialize.scm
session.scm Merge commit '53d81399be' into vm-check 2009-03-17 15:59:40 +01:00
slib.scm
stack-catch.scm
streams.scm
string-fun.scm
syncase.scm syncase early in boot-9, defmacros in terms of syntax-case -- halfway working 2009-04-24 14:20:30 +02:00
test.scm
threads.scm
time.scm
weak-vector.scm

This directory contains various bits of Guile Scheme code.
Most of these are packaged as modules, with foo.scm implementing
the module `(ice-9 foo)'.

The non-module files are:

boot-9.scm	-- loaded on guile startup
		   implements module system + lots of other stuff
arrays.scm	-- loaded by boot-9.scm
networking.scm	-- loaded by boot-9.scm
posix.scm	-- loaded by boot-9.scm
r4rs.scm	-- loaded by boot-9.scm