factor/basis/compiler/tree/propagation
Doug Coleman cada003d7f factor: Rename ``M\ array generic`` to ``m: { array generic }``.
The problem with M\ is that it has an arity of 1 where we need it to have arity 2. Also, for multimethods, the \ disables parsing of the array that follows, e.g. ``M\ { string string } multimethod-name`` parses as ``M\ {`` and leaves the rest unparsed. This is obviously wrong.

An alternative syntax that should be implement and looks ok is ``m{ array generic }``
2017-10-01 09:51:31 -05:00
..
branches factor: [let to let[, [| to |[ 2017-08-31 21:21:13 -05:00
call-effect compiler.tree.propagation.call-effect: I deleted an important method on compose on accident. 2017-06-02 23:31:35 -05:00
constraints compiler.tree.*: docs 2015-09-22 08:52:36 +02:00
copy compiler.*: more compiler tests 2016-04-22 12:44:25 +02:00
info compiler.cfg.*,compiler.tree.*: more docs and tests 2016-11-30 16:36:25 +01:00
inlining compiler.tree.*: new tests 2015-09-22 08:52:37 +02:00
known-words stack-checker.dependencies: moving the add-depends-on-class word + new docs 2016-12-09 11:28:18 +01:00
nodes compiler.tree.*: new tests 2015-09-22 08:52:37 +02:00
recursive compiler.tree.propagation.recursive: redoing 2016-11-06 19:08:35 +01:00
simd
simple compiler.*: more docs 2017-07-05 00:51:26 +02:00
slots compiler.tree.propagation.slots: looks like you can do without the 2015-09-22 08:52:59 +02:00
transforms factor: Rename ``M\ array generic`` to ``m: { array generic }``. 2017-10-01 09:51:31 -05:00
authors.txt
propagation-docs.factor factor: STRING: foo ; to CONSTANT: foo [[ ]] 2017-08-31 21:21:14 -05:00
propagation-tests.factor factor: [let to let[, [| to |[ 2017-08-31 21:21:13 -05:00
propagation.factor compiler.*: more compiler docs 2015-06-14 16:44:37 +02:00
summary.txt