factor/core/generic
Slava Pestov fc4894fbdf Replace ratio and complex built-in types with tuples defined in the library. This frees up two lo-tags, so move array and quotation over to these tags and update compiler for new tags 2009-04-30 00:27:35 -05:00
..
hook Fixing new method dispatch implementation 2009-04-25 19:41:27 -05:00
math Replace ratio and complex built-in types with tuples defined in the library. This frees up two lo-tags, so move array and quotation over to these tags and update compiler for new tags 2009-04-30 00:27:35 -05:00
parser define-generic and define-simple-generic now take stack effect parameters; math-combination is a singleton instead of a tuple 2009-03-22 18:00:26 -05:00
single PICs now pass the method table around instead of extracting it from the generic word body. This gels better with how compilation units are supposed to work 2009-04-29 19:39:43 -05:00
standard Eliminate 3 instructions from PIC fast path 2009-04-29 21:32:05 -05:00
authors.txt
generic-docs.factor Fixing new method dispatch implementation 2009-04-25 19:41:27 -05:00
generic-tests.factor Move some unit tests from generic to generic.math 2009-04-29 23:36:05 -05:00
generic.factor Add better error checking for INSTANCE: and GENERIC#, and remove unnecessary word props when generic word's combination changes 2009-04-28 17:56:15 -05:00
summary.txt
tags.txt