factor/basis/compiler
Doug Coleman 3507b9bad7 classes:
- Allow methods to dispatch off union{ } and intersection{ } classes.
- Add not{ } anonymous-complement syntax.
- Define class-name for anonymous-union/intersection/complement and maybes, and clean up pprint.
- Change maybe: foo to maybe{ foo }
- Call sort-classes when making anonymous-union/anonymous-intersection classes so that they are canonicalized.
2012-05-03 19:45:30 -07:00
..
cfg compiler: The non-optimizing compiler is too slow with smart combinators in the compiler. Speed up bootstrap by not using them. 2011-12-05 14:50:51 -08:00
codegen fix compiler.codegen tests 2011-12-14 12:51:12 -08:00
constants compiler.constants: remove unused constants 2011-12-14 09:56:45 -08:00
crossref
errors command-line: don't pull in tools.errors 2011-12-07 10:52:58 -08:00
test
tests classes: 2012-05-03 19:45:30 -07:00
threads Change do-callback to register the current thread with the callback, instead of busy waiting for the current callback to become the right one before returning. Fixes 100% CPU usage issue with system-alert. Thanks to Blei and ex-rzr for doing preliminary analysis of the issue 2011-04-12 21:48:54 -04:00
tree classes: 2012-05-03 19:45:30 -07:00
utilities
authors.txt
compiler-docs.factor
compiler.factor compiler: The non-optimizing compiler is too slow with smart combinators in the compiler. Speed up bootstrap by not using them. 2011-12-05 14:50:51 -08:00
summary.txt
tags.txt