factor/basis/compiler/tests
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
..
alien.factor factor: All RENAME: and FROM: and EXCLUDE: to have \foo as word names. 2017-08-31 21:21:14 -05:00
call-effect.factor
callback-error.factor
callstack-overflow.factor compiler.tests: fix a few KERNEL-ERROR. 2016-03-22 15:22:15 -07:00
code-heap.factor VM: make visit_instruction_operands() skip over uninitialized blocks 2016-09-29 06:35:35 +02:00
codegen.factor factor: ALIEN: to alien: 2017-08-31 21:21:13 -05:00
curry.factor factor: [let to let[, [| to |[ 2017-08-31 21:21:13 -05:00
dead-code.factor
float.factor
folding.factor
intrinsics.factor factor: ALIEN: to alien: 2017-08-31 21:21:13 -05:00
linkage-errors.factor compiler.tests: fix a few KERNEL-ERROR. 2016-03-22 15:22:15 -07:00
low-level-ir.factor compiler: d: and r: had too many spaces. 2017-08-31 21:21:14 -05:00
optimizer.factor factor: Rename ``M\ array generic`` to ``m: { array generic }``. 2017-10-01 09:51:31 -05:00
peg-regression-2.factor peg.ebnf: Clean up EBNF: syntax. 2017-08-05 22:23:57 -05:00
peg-regression.factor peg.ebnf: Clean up EBNF: syntax. 2017-08-05 22:23:57 -05:00
pic-problem-1.factor
redefine0.factor
redefine1.factor
redefine2.factor
redefine3.factor compiler.crossref: changes the way in which dependencies are stored on words 2016-11-30 07:29:10 +01:00
redefine4.factor
redefine5.factor
redefine6.factor
redefine7.factor
redefine8.factor
redefine9.factor
redefine10.factor
redefine11.factor
redefine12.factor
redefine13.factor
redefine14.factor factor: Rename ``M\ array generic`` to ``m: { array generic }``. 2017-10-01 09:51:31 -05:00
redefine15.factor
redefine16.factor factor: Rename GENERIC# to GENERIC#:. 2017-06-01 13:58:58 -05:00
redefine17.factor
redefine18.factor
redefine19.factor
redefine20.factor
redefine21.factor factor: All RENAME: and FROM: and EXCLUDE: to have \foo as word names. 2017-08-31 21:21:14 -05:00
redefine22.factor
redefine23.factor core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
redefine24.factor
redefine25.factor
redefine26.factor
reload.factor
simple.factor factor: Rename ``M\ array generic`` to ``m: { array generic }``. 2017-10-01 09:51:31 -05:00
spilling.factor
stack-trace.factor VM: change callstack>array primitive so it doesn't reverse anymore 2016-10-13 01:34:55 +02:00
tuples.factor
x87-regression.factor