ASDF interaction for Parenscript files
authorRed Daly <reddaly@gmail.com>
Fri, 27 Jul 2007 02:33:26 +0000 (02:33 +0000)
committerRed Daly <reddaly@gmail.com>
Fri, 27 Jul 2007 02:33:26 +0000 (02:33 +0000)
commita9fce0a7d69161c9cf74450a5737f34db90ff291
treeb3e1c32f78dacafb8ea8e8fcdd7c86656a1785ae
parenteb0befe2b6802bdf33d54bd9e1d2c37a9944cbc5
ASDF interaction for Parenscript files

see the new paren-asdf.lisp and updated compilation-interface.lisp
files for implementation details.  The function COMPILE-SCRIPT-SYSTEM
compiles all the system's files and outputs them to a single stream.
Currently it compiles each file separately; in the future we will
probably need to compile the whole program and then translate it.
docs/internal/asdf.lisp [new file with mode: 0644]
parenscript.asd
src/compilation-interface.lisp
src/deprecated-interface.lisp
src/package.lisp
src/paren-asdf.lisp [new file with mode: 0644]
src/ps-macrology.lisp