factor/core/classes
John Benediktsson 9cc73c9492 graphs: move to core and simplify.
1. remove add-vertex* and remove-vertex* that contradicted the documentation.
2. graphs use hash-sets of edges instead of hashtables of {edge,edge} pairs.
3. make graphs:closure work like classes:closure, use in classes.
2016-03-21 10:20:38 -07:00
..
algebra change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
builtin change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
error change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
intersection core: fix docs 2015-07-20 01:01:31 -07:00
maybe factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
mixin Fix comments to be ! not #!. 2015-09-08 16:15:10 -07:00
parser classes.parser: add a create-class word. 2015-08-23 22:40:56 -07:00
predicate factor: fix breakage with word renamings. 2015-07-20 05:51:16 -07:00
singleton factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:. 2015-07-02 17:28:17 -07:00
tuple slots: add initial value for integer-array-capacity, fixes part of #1571 2016-03-21 18:10:39 +01:00
union change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
authors.txt
classes-docs.factor factor: superclass -> superclass-of, superclasses -> superclasses-of 2015-07-20 00:46:33 -07:00
classes-tests.factor factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon. 2015-07-25 22:59:56 -07:00
classes.factor graphs: move to core and simplify. 2016-03-21 10:20:38 -07:00
summary.txt
tags.txt