chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
bf090e0
)
Change naming convention around.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 12 Jul 2013 00:37:09 +0000
(
01:37
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 12 Jul 2013 00:39:36 +0000
(
01:39
+0100)
Put `test', `proto', `impl', `parse', `output' on the end, not the
start. This keeps pieces of the same chunk of functionality together in
listings.
49 files changed:
src/base-test.lisp
[moved from
src/test-base.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/c-types-class-impl.lisp
[moved from
src/impl-c-types-class.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/c-types-impl.lisp
[moved from
src/impl-c-types.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/c-types-parse.lisp
[moved from
src/parse-c-types.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/c-types-proto.lisp
[moved from
src/proto-c-types.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/c-types-test.lisp
[moved from
src/test-c-types.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/class-finalize-impl.lisp
[moved from
src/impl-class-finalize.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/class-finalize-proto.lisp
[moved from
src/proto-class-finalize.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/class-layout-impl.lisp
[moved from
src/impl-class-layout.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/class-layout-proto.lisp
[moved from
src/proto-class-layout.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/class-make-impl.lisp
[moved from
src/impl-class-make.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/class-make-proto.lisp
[moved from
src/proto-class-make.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/class-output.lisp
[moved from
src/output-class.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/codegen-impl.lisp
[moved from
src/impl-codegen.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/codegen-proto.lisp
[moved from
src/proto-codegen.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/codegen-test.lisp
[moved from
src/test-codegen.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/fragment-parse.lisp
[moved from
src/parse-fragment.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/lexer-impl.lisp
[moved from
src/impl-lexer.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/lexer-proto.lisp
[moved from
src/proto-lexer.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/lexer-test.lisp
[moved from
src/test-lexer.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/lexical-parse.lisp
[moved from
src/parse-lexical.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/method-impl.lisp
[moved from
src/impl-method.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/method-proto.lisp
[moved from
src/proto-method.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/module-impl.lisp
[moved from
src/impl-module.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/module-parse.lisp
[moved from
src/parse-module.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/module-proto.lisp
[moved from
src/proto-module.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/output-impl.lisp
[moved from
src/impl-output.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/output-proto.lisp
[moved from
src/proto-output.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/parser/floc-impl.lisp
[moved from
src/parser/impl-floc.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/parser/floc-proto.lisp
[moved from
src/parser/proto-floc.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/parser/parser-expr-impl.lisp
[moved from
src/parser/impl-parser-expr.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/parser/parser-expr-proto.lisp
[moved from
src/parser/proto-parser-expr.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/parser/parser-impl.lisp
[moved from
src/parser/impl-parser.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/parser/parser-plug-impl.lisp
[moved from
src/parser/impl-parser-plug.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/parser/parser-proto.lisp
[moved from
src/parser/proto-parser.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/parser/parser-test.lisp
[moved from
src/parser/test-parser.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/parser/scanner-charbuf-impl.lisp
[moved from
src/parser/impl-scanner-charbuf.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/parser/scanner-charbuf-test.lisp
[moved from
src/parser/test-scanner-charbuf.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/parser/scanner-context-impl.lisp
[moved from
src/parser/impl-scanner-context.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/parser/scanner-impl.lisp
[moved from
src/parser/impl-scanner.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/parser/scanner-proto.lisp
[moved from
src/parser/proto-scanner.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/parser/scanner-token-impl.lisp
[moved from
src/parser/impl-scanner-token.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/parser/streams-impl.lisp
[moved from
src/parser/impl-streams.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/parser/streams-proto.lisp
[moved from
src/parser/proto-streams.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/pset-impl.lisp
[moved from
src/impl-pset.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/pset-parse.lisp
[moved from
src/parse-pset.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/pset-proto.lisp
[moved from
src/proto-pset.lisp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/sod-test.asd
patch
|
blob
|
blame
|
history
src/sod.asd
patch
|
blob
|
blame
|
history
diff --git
a/src/test-base.lisp
b/src/base-test.lisp
similarity index 100%
rename from
src/test-base.lisp
rename to
src/base-test.lisp
diff --git
a/src/impl-c-types-class.lisp
b/src/c-types-class-impl.lisp
similarity index 100%
rename from
src/impl-c-types-class.lisp
rename to
src/c-types-class-impl.lisp
diff --git
a/src/impl-c-types.lisp
b/src/c-types-impl.lisp
similarity index 100%
rename from
src/impl-c-types.lisp
rename to
src/c-types-impl.lisp
diff --git
a/src/parse-c-types.lisp
b/src/c-types-parse.lisp
similarity index 100%
rename from
src/parse-c-types.lisp
rename to
src/c-types-parse.lisp
diff --git
a/src/proto-c-types.lisp
b/src/c-types-proto.lisp
similarity index 100%
rename from
src/proto-c-types.lisp
rename to
src/c-types-proto.lisp
diff --git
a/src/test-c-types.lisp
b/src/c-types-test.lisp
similarity index 100%
rename from
src/test-c-types.lisp
rename to
src/c-types-test.lisp
diff --git
a/src/impl-class-finalize.lisp
b/src/class-finalize-impl.lisp
similarity index 100%
rename from
src/impl-class-finalize.lisp
rename to
src/class-finalize-impl.lisp
diff --git
a/src/proto-class-finalize.lisp
b/src/class-finalize-proto.lisp
similarity index 100%
rename from
src/proto-class-finalize.lisp
rename to
src/class-finalize-proto.lisp
diff --git
a/src/impl-class-layout.lisp
b/src/class-layout-impl.lisp
similarity index 100%
rename from
src/impl-class-layout.lisp
rename to
src/class-layout-impl.lisp
diff --git
a/src/proto-class-layout.lisp
b/src/class-layout-proto.lisp
similarity index 100%
rename from
src/proto-class-layout.lisp
rename to
src/class-layout-proto.lisp
diff --git
a/src/impl-class-make.lisp
b/src/class-make-impl.lisp
similarity index 100%
rename from
src/impl-class-make.lisp
rename to
src/class-make-impl.lisp
diff --git
a/src/proto-class-make.lisp
b/src/class-make-proto.lisp
similarity index 100%
rename from
src/proto-class-make.lisp
rename to
src/class-make-proto.lisp
diff --git
a/src/output-class.lisp
b/src/class-output.lisp
similarity index 100%
rename from
src/output-class.lisp
rename to
src/class-output.lisp
diff --git
a/src/impl-codegen.lisp
b/src/codegen-impl.lisp
similarity index 100%
rename from
src/impl-codegen.lisp
rename to
src/codegen-impl.lisp
diff --git
a/src/proto-codegen.lisp
b/src/codegen-proto.lisp
similarity index 100%
rename from
src/proto-codegen.lisp
rename to
src/codegen-proto.lisp
diff --git
a/src/test-codegen.lisp
b/src/codegen-test.lisp
similarity index 100%
rename from
src/test-codegen.lisp
rename to
src/codegen-test.lisp
diff --git
a/src/parse-fragment.lisp
b/src/fragment-parse.lisp
similarity index 100%
rename from
src/parse-fragment.lisp
rename to
src/fragment-parse.lisp
diff --git
a/src/impl-lexer.lisp
b/src/lexer-impl.lisp
similarity index 100%
rename from
src/impl-lexer.lisp
rename to
src/lexer-impl.lisp
diff --git
a/src/proto-lexer.lisp
b/src/lexer-proto.lisp
similarity index 100%
rename from
src/proto-lexer.lisp
rename to
src/lexer-proto.lisp
diff --git
a/src/test-lexer.lisp
b/src/lexer-test.lisp
similarity index 100%
rename from
src/test-lexer.lisp
rename to
src/lexer-test.lisp
diff --git
a/src/parse-lexical.lisp
b/src/lexical-parse.lisp
similarity index 100%
rename from
src/parse-lexical.lisp
rename to
src/lexical-parse.lisp
diff --git
a/src/impl-method.lisp
b/src/method-impl.lisp
similarity index 100%
rename from
src/impl-method.lisp
rename to
src/method-impl.lisp
diff --git
a/src/proto-method.lisp
b/src/method-proto.lisp
similarity index 100%
rename from
src/proto-method.lisp
rename to
src/method-proto.lisp
diff --git
a/src/impl-module.lisp
b/src/module-impl.lisp
similarity index 100%
rename from
src/impl-module.lisp
rename to
src/module-impl.lisp
diff --git
a/src/parse-module.lisp
b/src/module-parse.lisp
similarity index 100%
rename from
src/parse-module.lisp
rename to
src/module-parse.lisp
diff --git
a/src/proto-module.lisp
b/src/module-proto.lisp
similarity index 100%
rename from
src/proto-module.lisp
rename to
src/module-proto.lisp
diff --git
a/src/impl-output.lisp
b/src/output-impl.lisp
similarity index 100%
rename from
src/impl-output.lisp
rename to
src/output-impl.lisp
diff --git
a/src/proto-output.lisp
b/src/output-proto.lisp
similarity index 100%
rename from
src/proto-output.lisp
rename to
src/output-proto.lisp
diff --git
a/src/parser/impl-floc.lisp
b/src/parser/floc-impl.lisp
similarity index 100%
rename from
src/parser/impl-floc.lisp
rename to
src/parser/floc-impl.lisp
diff --git
a/src/parser/proto-floc.lisp
b/src/parser/floc-proto.lisp
similarity index 100%
rename from
src/parser/proto-floc.lisp
rename to
src/parser/floc-proto.lisp
diff --git
a/src/parser/impl-parser-expr.lisp
b/src/parser/parser-expr-impl.lisp
similarity index 100%
rename from
src/parser/impl-parser-expr.lisp
rename to
src/parser/parser-expr-impl.lisp
diff --git
a/src/parser/proto-parser-expr.lisp
b/src/parser/parser-expr-proto.lisp
similarity index 100%
rename from
src/parser/proto-parser-expr.lisp
rename to
src/parser/parser-expr-proto.lisp
diff --git
a/src/parser/impl-parser.lisp
b/src/parser/parser-impl.lisp
similarity index 100%
rename from
src/parser/impl-parser.lisp
rename to
src/parser/parser-impl.lisp
diff --git
a/src/parser/impl-parser-plug.lisp
b/src/parser/parser-plug-impl.lisp
similarity index 100%
rename from
src/parser/impl-parser-plug.lisp
rename to
src/parser/parser-plug-impl.lisp
diff --git
a/src/parser/proto-parser.lisp
b/src/parser/parser-proto.lisp
similarity index 100%
rename from
src/parser/proto-parser.lisp
rename to
src/parser/parser-proto.lisp
diff --git
a/src/parser/test-parser.lisp
b/src/parser/parser-test.lisp
similarity index 100%
rename from
src/parser/test-parser.lisp
rename to
src/parser/parser-test.lisp
diff --git
a/src/parser/impl-scanner-charbuf.lisp
b/src/parser/scanner-charbuf-impl.lisp
similarity index 100%
rename from
src/parser/impl-scanner-charbuf.lisp
rename to
src/parser/scanner-charbuf-impl.lisp
diff --git
a/src/parser/test-scanner-charbuf.lisp
b/src/parser/scanner-charbuf-test.lisp
similarity index 100%
rename from
src/parser/test-scanner-charbuf.lisp
rename to
src/parser/scanner-charbuf-test.lisp
diff --git
a/src/parser/impl-scanner-context.lisp
b/src/parser/scanner-context-impl.lisp
similarity index 100%
rename from
src/parser/impl-scanner-context.lisp
rename to
src/parser/scanner-context-impl.lisp
diff --git
a/src/parser/impl-scanner.lisp
b/src/parser/scanner-impl.lisp
similarity index 100%
rename from
src/parser/impl-scanner.lisp
rename to
src/parser/scanner-impl.lisp
diff --git
a/src/parser/proto-scanner.lisp
b/src/parser/scanner-proto.lisp
similarity index 100%
rename from
src/parser/proto-scanner.lisp
rename to
src/parser/scanner-proto.lisp
diff --git
a/src/parser/impl-scanner-token.lisp
b/src/parser/scanner-token-impl.lisp
similarity index 100%
rename from
src/parser/impl-scanner-token.lisp
rename to
src/parser/scanner-token-impl.lisp
diff --git
a/src/parser/impl-streams.lisp
b/src/parser/streams-impl.lisp
similarity index 100%
rename from
src/parser/impl-streams.lisp
rename to
src/parser/streams-impl.lisp
diff --git
a/src/parser/proto-streams.lisp
b/src/parser/streams-proto.lisp
similarity index 100%
rename from
src/parser/proto-streams.lisp
rename to
src/parser/streams-proto.lisp
diff --git
a/src/impl-pset.lisp
b/src/pset-impl.lisp
similarity index 100%
rename from
src/impl-pset.lisp
rename to
src/pset-impl.lisp
diff --git
a/src/parse-pset.lisp
b/src/pset-parse.lisp
similarity index 100%
rename from
src/parse-pset.lisp
rename to
src/pset-parse.lisp
diff --git
a/src/proto-pset.lisp
b/src/pset-proto.lisp
similarity index 100%
rename from
src/proto-pset.lisp
rename to
src/pset-proto.lisp
diff --git
a/src/sod-test.asd
b/src/sod-test.asd
index b8646a3b86c417ca0b5ee50faf38b8050bb161fe..38b5095ee8395f430edff8ead47057bd076e0358 100644
(file)
--- a/
src/sod-test.asd
+++ b/
src/sod-test.asd
@@
-51,13
+51,13
@@
;; Test the parser edifice.
(:module "parser" :depends-on ("test-base") :components
;; Test the parser edifice.
(:module "parser" :depends-on ("test-base") :components
- ((:file "
test-parser
")
- (:file "
test-scanner-charbuf
")))
+ ((:file "
parser-test
")
+ (:file "
scanner-charbuf-test
")))
;; The actual tests.
;; The actual tests.
- (:file "
test-c-types
" :depends-on ("test-base"))
- (:file "
test-codegen
" :depends-on ("test-base"))
- (:file "
test-lexer
" :depends-on ("test-base"))))
+ (:file "
c-types-test
" :depends-on ("test-base"))
+ (:file "
codegen-test
" :depends-on ("test-base"))
+ (:file "
lexer-test
" :depends-on ("test-base"))))
;;;--------------------------------------------------------------------------
;;; Testing.
;;;--------------------------------------------------------------------------
;;; Testing.
diff --git
a/src/sod.asd
b/src/sod.asd
index 822afae23087fe9ddcbb9313d3124a4b25ca4535..6c6d4fe354ccd867babf081e72094bd3229a1a05 100644
(file)
--- a/
src/sod.asd
+++ b/
src/sod.asd
@@
-71,90
+71,90
@@
((:file "package")
;; File location protocol (including error reporting).
((:file "package")
;; File location protocol (including error reporting).
- (:file "
proto-floc
" :depends-on ("package"))
- (:file "
impl-floc" :depends-on ("proto-floc
"))
+ (:file "
floc-proto
" :depends-on ("package"))
+ (:file "
floc-impl" :depends-on ("floc-proto
"))
;; Position-aware streams.
;; Position-aware streams.
- (:file "
proto-streams
" :depends-on ("package"))
- (:file "
impl-streams" :depends-on ("proto-streams" "proto-floc
"))
+ (:file "
streams-proto
" :depends-on ("package"))
+ (:file "
streams-impl" :depends-on ("streams-proto" "floc-proto
"))
;; Scanner protocol, and various scanner implementations.
;; Scanner protocol, and various scanner implementations.
- (:file "
proto-scanner
" :depends-on ("package"))
- (:file "
impl-scanner" :depends-on ("proto-scanner
"))
- (:file "
impl-scanner-charbuf
" :depends-on
- ("
proto-scanner" "proto-floc" "proto-streams
"))
- (:file "
impl-scanner-token" :depends-on ("proto-scanner
"))
+ (:file "
scanner-proto
" :depends-on ("package"))
+ (:file "
scanner-impl" :depends-on ("scanner-proto
"))
+ (:file "
scanner-charbuf-impl
" :depends-on
+ ("
scanner-proto" "floc-proto" "streams-proto
"))
+ (:file "
scanner-token-impl" :depends-on ("scanner-proto
"))
;; Parser notation macro support.
;; Parser notation macro support.
- (:file "p
roto-parser
" :depends-on ("package"))
- (:file "
impl-parser" :depends-on ("proto-parser
"))
+ (:file "p
arser-proto
" :depends-on ("package"))
+ (:file "
parser-impl" :depends-on ("parser-proto
"))
;; Expression parser support.
;; Expression parser support.
- (:file "p
roto-parser-expr" :depends-on ("proto-parser
"))
- (:file "
impl-parser-expr" :depends-on ("proto-parser-expr
"))
+ (:file "p
arser-expr-proto" :depends-on ("parser-proto
"))
+ (:file "
parser-expr-impl" :depends-on ("parser-expr-proto
"))
;; Stitching parsers to scanners.
;; Stitching parsers to scanners.
- (:file "
impl-scanner-context
" :depends-on
- ("p
roto-parser" "proto-scanner
"))))
+ (:file "
scanner-context-impl
" :depends-on
+ ("p
arser-proto" "scanner-proto
"))))
(:file "package" :depends-on ("parser"))
;; C type representation protocol.
(:file "package" :depends-on ("parser"))
;; C type representation protocol.
- (:file "
proto-c-types
" :depends-on ("package"))
- (:file "
impl-c-types" :depends-on ("proto-c-types
"))
+ (:file "
c-types-proto
" :depends-on ("package"))
+ (:file "
c-types-impl" :depends-on ("c-types-proto
"))
;; Property set protocol.
;; Property set protocol.
- (:file "p
roto-pset
" :depends-on ("package"))
- (:file "
impl-pset" :depends-on ("proto-pset
"))
- (:file "p
arse-pset" :depends-on ("proto-pset" "parse-lexical
"))
+ (:file "p
set-proto
" :depends-on ("package"))
+ (:file "
pset-impl" :depends-on ("pset-proto
"))
+ (:file "p
set-parse" :depends-on ("pset-proto" "lexical-parse
"))
;; Lexical analysis.
;; Lexical analysis.
- (:file "
parse-lexical
" :depends-on ("parser"))
- (:file "
parse-fragment" :depends-on ("parse-lexical
"))
+ (:file "
lexical-parse
" :depends-on ("parser"))
+ (:file "
fragment-parse" :depends-on ("lexical-parse
"))
;; Code generation protocol.
;; Code generation protocol.
- (:file "
proto-codegen
" :depends-on ("package"))
- (:file "
impl-codegen" :depends-on ("proto-codegen
"))
+ (:file "
codegen-proto
" :depends-on ("package"))
+ (:file "
codegen-impl" :depends-on ("codegen-proto
"))
;; Modules.
;; Modules.
- (:file "
proto-module
" :depends-on ("package"))
- (:file "
impl-module
" :depends-on
- ("
proto-module" "proto-pset" "impl-c-types-class
" "builtin"))
- (:file "builtin" :depends-on ("
proto-module" "proto-pset
" "classes"
- "
impl-c-types" "impl-c-types-class
"))
- (:file "
parse-module" :depends-on ("impl-module
"
- "
parse-lexical" "parse-fragment
"))
+ (:file "
module-proto
" :depends-on ("package"))
+ (:file "
module-impl
" :depends-on
+ ("
module-proto" "pset-proto" "c-types-class-impl
" "builtin"))
+ (:file "builtin" :depends-on ("
module-proto" "pset-proto
" "classes"
+ "
c-types-impl" "c-types-class-impl
"))
+ (:file "
module-parse" :depends-on ("module-impl
"
+ "
lexical-parse" "fragment-parse
"))
;; Output.
;; Output.
- (:file "
proto-output
" :depends-on ("package"))
- (:file "
impl-output" :depends-on ("proto-output
"))
+ (:file "
output-proto
" :depends-on ("package"))
+ (:file "
output-impl" :depends-on ("output-proto
"))
;; Class representation.
;; Class representation.
- (:file "classes" :depends-on ("package" "
proto-c-types
"))
- (:file "
impl-c-types-class" :depends-on ("classes" "proto-module
"))
+ (:file "classes" :depends-on ("package" "
c-types-proto
"))
+ (:file "
c-types-class-impl" :depends-on ("classes" "module-proto
"))
(:file "class-utilities" :depends-on
(:file "class-utilities" :depends-on
- ("classes" "
impl-codegen" "impl-pset
"
- "
impl-c-types" "impl-c-types-class
"))
+ ("classes" "
codegen-impl" "pset-impl
"
+ "
c-types-impl" "c-types-class-impl
"))
;; Class construction.
;; Class construction.
- (:file "
proto-class-make
" :depends-on ("class-utilities"))
- (:file "
impl-class-make" :depends-on ("proto-class-make
"))
+ (:file "
class-make-proto
" :depends-on ("class-utilities"))
+ (:file "
class-make-impl" :depends-on ("class-make-proto
"))
;; Class layout.
;; Class layout.
- (:file "
proto-class-layout
" :depends-on ("class-utilities"))
- (:file "
impl-class-layout
" :depends-on
- ("
proto-class-layout" "proto-method
"))
+ (:file "
class-layout-proto
" :depends-on ("class-utilities"))
+ (:file "
class-layout-impl
" :depends-on
+ ("
class-layout-proto" "method-proto
"))
;; Class finalization.
;; Class finalization.
- (:file "
proto-class-finalize
" :depends-on ("class-utilities"))
- (:file "
impl-class-finalize" :depends-on ("proto-class-finalize
"))
+ (:file "
class-finalize-proto
" :depends-on ("class-utilities"))
+ (:file "
class-finalize-impl" :depends-on ("class-finalize-proto
"))
;; Method generation.
;; Method generation.
- (:file "
proto-method
" :depends-on ("class-utilities"))
- (:file "
impl-method" :depends-on ("proto-method
"))
+ (:file "
method-proto
" :depends-on ("class-utilities"))
+ (:file "
method-impl" :depends-on ("method-proto
"))
;; Class output.
;; Class output.
- (:file "
output-class" :depends-on ("proto-output
" "classes"))))
+ (:file "
class-output" :depends-on ("output-proto
" "classes"))))
;;;--------------------------------------------------------------------------
;;; Testing.
;;;--------------------------------------------------------------------------
;;; Testing.