chiark / gitweb /
Massive reorganization in progress.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 2 Jul 2010 09:11:35 +0000 (10:11 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 2 Jul 2010 09:11:35 +0000 (10:11 +0100)
commitdea4d05507e59ab779ed4bb209e05971d87e260c
tree680a5a87db80eae646e9bbc0a8f49168ebd0aa7e
parenta07d8d005f69c0f9f5da2e09c6ee39cb1e1801aa
Massive reorganization in progress.

The code is a complete disaster area right now.
100 files changed:
.skelrc
NOTES [deleted file]
builtin.lisp [deleted file]
class-builder.lisp [deleted file]
class-finalize.lisp [deleted file]
class-layout.lisp [deleted file]
combination.lisp [deleted file]
cutting-room-floor.lisp [deleted file]
doc/sod-backg.tex [moved from sod-backg.tex with 100% similarity]
doc/sod-protocol.tex [new file with mode: 0644]
doc/sod-tut.tex [moved from sod-tut.tex with 100% similarity]
doc/sod.tex [moved from sod.tex with 91% similarity]
doc/standard-method-combination.svg [moved from standard-method-combination.svg with 100% similarity]
emacs-hacks.el [new file with mode: 0644]
layout.org [deleted file]
lib/sod.c [moved from sod.c with 95% similarity]
lib/sod.h [moved from sod.h with 91% similarity]
output.lisp [deleted file]
pre-reorg/builtin.lisp [new file with mode: 0644]
pre-reorg/c-types.lisp [new file with mode: 0644]
pre-reorg/class-builder.lisp [new file with mode: 0644]
pre-reorg/class-defs.lisp [moved from class-defs.lisp with 100% similarity]
pre-reorg/class-finalize.lisp [new file with mode: 0644]
pre-reorg/class-layout.lisp [new file with mode: 0644]
pre-reorg/class-output.lisp [moved from class-output.lisp with 78% similarity]
pre-reorg/codegen.lisp [new file with mode: 0644]
pre-reorg/combination.lisp [new file with mode: 0644]
pre-reorg/cpl.lisp [new file with mode: 0644]
pre-reorg/cutting-room-floor.lisp [new file with mode: 0644]
pre-reorg/errors.lisp [moved from errors.lisp with 98% similarity]
pre-reorg/examples.lisp [moved from examples.lisp with 100% similarity]
pre-reorg/foo.lisp [new file with mode: 0644]
pre-reorg/lex.lisp [moved from lex.lisp with 88% similarity]
pre-reorg/methods.lisp [new file with mode: 0644]
pre-reorg/module-output.lisp [moved from module-output.lisp with 100% similarity]
pre-reorg/module.lisp [moved from module.lisp with 60% similarity]
pre-reorg/output.lisp [new file with mode: 0644]
pre-reorg/parse-c-types.lisp [moved from parse-c-types.lisp with 100% similarity]
pre-reorg/posn-stream.lisp [moved from posn-stream.lisp with 100% similarity]
pre-reorg/pset.lisp [moved from pset.lisp with 52% similarity]
pre-reorg/sift.lisp [new file with mode: 0644]
pre-reorg/sod.asd [moved from sod.asd with 89% similarity]
pre-reorg/tables.lisp [moved from tables.lisp with 100% similarity]
src/builtin.lisp [new file with mode: 0644]
src/class-utilities.lisp [new file with mode: 0644]
src/classes.lisp [new file with mode: 0644]
src/foo.lisp [new file with mode: 0644]
src/impl-c-types-class.lisp [new file with mode: 0644]
src/impl-c-types.lisp [moved from c-types.lisp with 54% similarity]
src/impl-class-finalize.lisp [moved from cpl.lisp with 59% similarity]
src/impl-class-layout.lisp [new file with mode: 0644]
src/impl-class-make.lisp [new file with mode: 0644]
src/impl-codegen.lisp [new file with mode: 0644]
src/impl-lexer.lisp [new file with mode: 0644]
src/impl-method.lisp [moved from methods.lisp with 53% similarity]
src/impl-module.lisp [new file with mode: 0644]
src/impl-output.lisp [new file with mode: 0644]
src/impl-pset.lisp [new file with mode: 0644]
src/lexer-bits.lisp [new file with mode: 0644]
src/output-class.lisp [new file with mode: 0644]
src/package.lisp [new file with mode: 0644]
src/parse-c-types.lisp [new file with mode: 0644]
src/parse-lexical.lisp [new file with mode: 0644]
src/parser/impl-floc.lisp [new file with mode: 0644]
src/parser/impl-parser-expr.lisp [new file with mode: 0644]
src/parser/impl-parser-plug.lisp [new file with mode: 0644]
src/parser/impl-parser.lisp [new file with mode: 0644]
src/parser/impl-scanner-charbuf.lisp [new file with mode: 0644]
src/parser/impl-scanner-context.lisp [new file with mode: 0644]
src/parser/impl-scanner-token.lisp [new file with mode: 0644]
src/parser/impl-scanner.lisp [new file with mode: 0644]
src/parser/impl-streams.lisp [new file with mode: 0644]
src/parser/opprec.lisp [new file with mode: 0644]
src/parser/package.lisp [moved from package.lisp with 82% similarity]
src/parser/proto-floc.lisp [new file with mode: 0644]
src/parser/proto-parser-expr.lisp [new file with mode: 0644]
src/parser/proto-parser.lisp [new file with mode: 0644]
src/parser/proto-scanner.lisp [new file with mode: 0644]
src/parser/proto-streams.lisp [new file with mode: 0644]
src/parser/test-parser.lisp [new file with mode: 0644]
src/parser/test-scanner-charbuf.lisp [new file with mode: 0644]
src/proto-c-types.lisp [new file with mode: 0644]
src/proto-class-finalize.lisp [new file with mode: 0644]
src/proto-class-layout.lisp [new file with mode: 0644]
src/proto-class-make.lisp [new file with mode: 0644]
src/proto-codegen.lisp [moved from codegen.lisp with 66% similarity]
src/proto-lexer.lisp [new file with mode: 0644]
src/proto-method.lisp [new file with mode: 0644]
src/proto-module.lisp [new file with mode: 0644]
src/proto-output.lisp [new file with mode: 0644]
src/proto-pset.lisp [new file with mode: 0644]
src/scratch.lisp [new file with mode: 0644]
src/sod-test.asd [new file with mode: 0644]
src/sod.asd [new file with mode: 0644]
src/test-base.lisp [new file with mode: 0644]
src/test-c-types.lisp [new file with mode: 0644]
src/test-codegen.lisp [new file with mode: 0644]
src/utilities.lisp [new file with mode: 0644]
test/chimaera.sod [moved from chimaera.sod with 80% similarity]
utilities.lisp [deleted file]