factor/core/generic
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
..
hook factor: Rename ``M\ array generic`` to ``m: { array generic }``. 2017-10-01 09:51:31 -05:00
math core: Trim using lists from -tests and clean up a few irregularities. 2016-03-30 18:43:41 -07:00
parser smalltalk: Allow SELECTOR: \foo: and ``M: foo \bar`` 2017-08-31 21:21:14 -05:00
single factor: char: postpone: color: hexcolor: flexhexcolor: decimal: 2017-08-31 21:21:13 -05:00
standard factor: Rename ``M\ array generic`` to ``m: { array generic }``. 2017-10-01 09:51:31 -05:00
authors.txt
generic-docs.factor factor: Rename ``M\ array generic`` to ``m: { array generic }``. 2017-10-01 09:51:31 -05:00
generic.factor factor: Rename GENERIC# to GENERIC#:. 2017-06-01 13:58:58 -05:00
summary.txt
tags.txt