factor/basis/compiler/tests
Björn Lindqvist 46105b62f6 VM: change callstack>array primitive so it doesn't reverse anymore
This fixes one part of the #452 bug.
2016-10-13 01:34:55 +02:00
..
alien.factor alien.*: frontend varargs support! #1677 2016-08-10 21:34:37 +02:00
call-effect.factor
callback-error.factor factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon. 2015-07-25 22:59:56 -07:00
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 alien.*: frontend varargs support! #1677 2016-08-10 21:34:37 +02:00
curry.factor
dead-code.factor
float.factor
folding.factor
intrinsics.factor change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
linkage-errors.factor compiler.tests: fix a few KERNEL-ERROR. 2016-03-22 15:22:15 -07:00
low-level-ir.factor compiler.*: moving all words only relevant for testing to compiler.test 2016-08-12 15:13:51 +02:00
optimizer.factor compiler.tests: remove some tests that can't work now. 2015-08-05 18:01:16 -07:00
peg-regression-2.factor
peg-regression.factor
pic-problem-1.factor
redefine0.factor
redefine1.factor
redefine2.factor
redefine3.factor
redefine4.factor
redefine5.factor
redefine6.factor
redefine7.factor
redefine8.factor
redefine9.factor
redefine10.factor
redefine11.factor
redefine12.factor
redefine13.factor
redefine14.factor
redefine15.factor
redefine16.factor
redefine17.factor
redefine18.factor
redefine19.factor
redefine20.factor
redefine21.factor
redefine22.factor
redefine23.factor factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots named ``at`` and change-at for hashtables. 2015-08-12 08:49:02 -05:00
redefine24.factor
redefine25.factor
redefine26.factor
reload.factor
simple.factor core: callstack is a builtin type and a class name. rename the *stack words that grab the current stack get-foostack to avoid the callstack builtin conflict and for better symmetry with set-foostack. 2015-08-13 10:11:59 -07: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