factor/core/classes/tuple
Doug Coleman 5bcdeee745 classes: Add a check that arguments to classoids are themselves classoids.
Introduce a new word-prop that makes tuple-class words classoids at parse-time so that
self-referential tuple definitions with maybe{} work, e.g. TUPLE: node { next maybe{ node } } ;
Add unit test.
Fixes #766.
2013-03-22 16:00:46 -07:00
..
parser classes.builtin: Add the BUILTIN: keyword which lets builtin classes show up in source files. Probably could use save-location to allow editing, but it seemed to break things. 2013-03-10 12:05:38 -07:00
authors.txt Rename tuples vocab to classes.tuple for consistency 2008-03-29 03:34:48 -05:00
summary.txt Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
tuple-docs.factor classes.tuple: adding set-slots and from-slots. 2012-09-22 13:48:25 -07:00
tuple-tests.factor classes.tuple: adding set-slots and from-slots. 2012-09-22 13:48:25 -07:00
tuple.factor classes: Add a check that arguments to classoids are themselves classoids. 2013-03-22 16:00:46 -07:00