]> gitweb.factorcode.org Git - factor.git/commit
refactor functors so that new functor syntax words can be added outside of functors...
authorJoe Groff <arcata@gmail.com>
Sun, 30 Aug 2009 02:04:19 +0000 (21:04 -0500)
committerJoe Groff <arcata@gmail.com>
Sun, 30 Aug 2009 02:04:19 +0000 (21:04 -0500)
commit7276fe44d70d9636e2c355fc8e8a6d01bb30383e
tree487b5d04976acb66d281c73d571b4e724f862ed8
parentdb7eb4e27a5b340594caa8adccf41691249b2a32
refactor functors so that new functor syntax words can be added outside of functors vocab, and move STRUCT: functor syntax to classes.struct to break a circular dependency
basis/classes/struct/struct.factor
basis/functors/backend/backend.factor [new file with mode: 0644]
basis/functors/functors.factor