factor/core
John Benediktsson 818f337b02 cleanup "over push" is "suffix!". 2014-11-30 08:38:59 -08:00
..
alien core: use if* in a couple places. 2014-11-29 16:03:50 -08:00
arrays kernel.private: add ERROR-OUT-OF-FIXNUM-RANGE on the Factor side 2014-06-07 14:36:53 +02:00
assocs assocs: moving map-index back to sequences, change zip and zip-index to make alists. 2014-11-11 18:13:01 -08:00
bootstrap classes.tuple: use slots>tuple when possible. 2014-11-29 16:54:50 -08:00
byte-arrays
byte-vectors cleanup "over push" is "suffix!". 2014-11-30 08:38:59 -08:00
checksums core/basis: Trim or reorganize a few using lists. Playing around with auto-use restarts and private words. 2014-10-27 13:39:30 -07:00
classes classes.tuple: use slots>tuple when possible. 2014-11-29 16:54:50 -08:00
combinators Docs: for compiler, vm and combinators 2014-06-08 11:48:30 -07:00
compiler/units Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
continuations stack-checker,compiler: docs for stack-checker and compiler words 2014-10-17 23:18:57 +02:00
definitions definitions: removing unused "new-word?" word. 2014-11-29 21:46:26 -08:00
destructors destructors: change check-disposed not to drop the disposable. 2014-11-21 08:19:05 -08:00
effects effects: fix expected and got in bad-stack-effect (were backwards). 2014-06-06 11:16:43 -07:00
generic core: get rid of some unnecessary wrappers. 2014-11-02 20:16:22 -08:00
growable
hash-sets
hashtables core: Remove trailing whitespace. 2014-10-31 01:14:31 -07:00
init
io io.files: Move with-cd to the tests file so that nobody uses it. My bad. Basically nobody should ever use cd or cwd for anything. Fixes #1214. 2014-11-23 01:39:36 -08:00
kernel VM: renamed version and git-label to vm-version and vm-git-label. 2014-11-10 23:02:13 -08:00
layouts
lexer
make
math math.parser: simplify store-exponent. 2014-11-29 14:31:23 -08:00
memory VM: each_object() can't iterate the nursery so instead we assume it's empty 2014-11-21 02:16:03 -08:00
namespaces
parser Revert "parser: Print "Loading" message as a comment for homoiconicity. See #1221." 2014-11-23 22:41:15 -08:00
quotations
sbufs
sequences assocs: moving map-index back to sequences, change zip and zip-index to make alists. 2014-11-11 18:13:01 -08:00
sets
slots core: Remove trailing whitespace. 2014-10-31 01:14:31 -07:00
sorting
source-files core: get rid of some unnecessary wrappers. 2014-11-02 20:16:22 -08:00
splitting splitting: new word split-indices, it's useful compiler.cfg.scheduling so let's add it to the splitting vocab too 2014-11-22 17:31:38 -08:00
strings kernel: change errors to be in kernel.private. 2014-06-04 14:33:02 -07:00
syntax core: Throw an error when defining MAIN: with a stack effect other than ( -- ). Fixes #1060. 2014-06-06 10:59:48 -07:00
system system: better key-for-value. 2014-11-30 08:28:18 -08:00
vectors
vocabs vocabs.parser: need this wrapper. 2014-11-03 06:45:53 -08:00
words core: use if* in a couple places. 2014-11-29 16:03:50 -08:00