Rewrite of LIST-PARSER to be more general. Now there are three
authorChris Hanson <org/chris-hanson/cph>
Sun, 7 Sep 2008 04:33:13 +0000 (04:33 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 7 Sep 2008 04:33:13 +0000 (04:33 +0000)
commit254840692a5cc26104288fbaaef7c85ee13aa689
tree3c729ad8fc5d6e9a3c83f09cbb564053bf187081
parent4484d6663d6b57af6fc607171a2d44d8e85ef47e
Rewrite of LIST-PARSER to be more general.  Now there are three
variants: OBJECT-PARSER, LIST-PARSER, and VECTOR-PARSER.  There are
corresponding OBJECT, LIST, and VECTOR keywords for switching between
the different modes.  And the optimizer is considerably smarter.
v7/src/runtime/ed-ffi.scm
v7/src/runtime/list-parser.scm [deleted file]
v7/src/runtime/runtime.pkg
v7/src/runtime/structure-parser.scm [new file with mode: 0644]