factor/basis/tools
slava fbc0f33c86 The deploy tool would coalesce equal quotations into one. This created a problem
for the non-optimizing compiler because if the new 'leader' quotation was not
compiled but some of the ones that it replaces were, then calls to the quotation
from contexts where they have to be compiled (eg, compiled if and dip) would no
longer work. Add a `jit-compile' primitive to compile quotations, and call it
as appropriate in `compress-quotations`.
2008-11-24 15:59:27 -06:00
..
annotations More usages of $quotation 2008-11-16 09:08:38 -06:00
completion limited-completions now gives you the most relevant completions if there are too many, instead of just giving back the empty list 2008-11-19 16:02:43 -06:00
crossref Minor documentation fixes 2008-11-11 10:51:15 -06:00
deploy The deploy tool would coalesce equal quotations into one. This created a problem 2008-11-24 15:59:27 -06:00
disassembler Fix bootstrap 2008-10-13 14:01:33 -05:00
hexdump fix docs for hexdump 2008-11-13 21:06:41 -06:00
memory Fix permission bits 2008-10-02 08:34:49 -05:00
profiler Replace millis primitive with micros primitive 2008-11-19 01:50:05 -06:00
scaffold add rc files to scaffold since it's hard to create a file named .foo on windows 2008-11-13 14:27:28 -06:00
test Circularity between vocabularies no longer causes an infinite loop; loading a vocabulary like json or furnace no longer loads certain files twice 2008-11-23 00:04:18 -06:00
threads Replace millis primitive with micros primitive 2008-11-19 01:50:05 -06:00
time Fix typo 2008-11-23 03:26:31 -06:00
vocabs Circularity between vocabularies no longer causes an infinite loop; loading a vocabulary like json or furnace no longer loads certain files twice 2008-11-23 00:04:18 -06:00
walker Fix walker with dip 2008-11-23 22:28:39 -06:00
summary.txt Create basis vocab root 2008-07-28 22:03:13 -05:00