bulk of package system, reader, and other refactoring
authorRed Daly <reddaly@gmail.com>
Tue, 24 Jul 2007 04:08:56 +0000 (04:08 +0000)
committerRed Daly <reddaly@gmail.com>
Tue, 24 Jul 2007 04:08:56 +0000 (04:08 +0000)
commit5aa100057fa73a5c3121c81366d2d0062a3d1cfc
tree1c8abf6486b4388789e799e62e78a28db7626288
parenta98e58eea2e3516e5c9f2f5b2d38f96ea0f7c03f
bulk of package system, reader, and other refactoring
18 files changed:
docs/internal/architecture.txt [new file with mode: 0644]
docs/internal/notes-and-links.txt [new file with mode: 0644]
parenscript.asd
src/compilation-interface.lisp
src/deprecated-interface.lisp
src/js-macrology.lisp [new file with mode: 0644]
src/js-source-model.lisp [moved from src/source-model.lisp with 73% similarity]
src/js-translation.lisp
src/js-ugly-translation.lisp [new file with mode: 0644]
src/macrology.lisp [deleted file]
src/package.lisp
src/parser.lisp
src/ps-macrology.lisp [new file with mode: 0644]
src/ps-source-model.lisp [new file with mode: 0644]
src/reader.lisp
t/package-system-tests.lisp [new file with mode: 0644]
t/ps-tests.lisp
t/test.lisp