factor/extra/bunny
John Benediktsson 4f42c72012 specialized-arrays: performed some cleanup.
Specifically,
    •   Created >c-array to be replacement for >T-array.
    •   Created cast-array to be generic replacement for all T-array-cast words.
    •   Created c-array@ to be generic replacement for T-array@ words.
    •   Replaced usages of <T-array> with T <c-array>
    •   Replaced usages of <direct-T-array> with T <c-direct-array>
    •   Replaced usages of >T-array with T >c-array
    •   Replaced usages of T-array-cast with T cast-array
    •   Replaced usages of malloc-T-array with T malloc-array.
    •   Removed malloc-T-array.
    •   Removed T-array-cast.
    •   Removed T-array@.
    •   Removed >T-array.

I also added (but didn't change any code to use):
    •   T c-array-type, returns T-array
    •   T c-array?, returns T-array?
    •   c-array{ T ... }, returns T-array{ ... }

Bootstraps just find on Mac OS X.  Also `load-all test-all` works for me.
2011-09-26 11:37:51 -07:00
..
cel-shaded Remove .lib dependencies from bunny 2008-12-13 07:14:23 -06:00
fixed-pipeline Factor source files should not be executable 2009-11-21 17:50:43 -06:00
model specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
outlined Factor source files should not be executable 2009-11-21 17:50:43 -06:00
authors.txt snipe some bunny bugs 2008-12-04 18:18:19 -08:00
bun_zipper.ply snipe some bunny bugs 2008-12-04 18:18:19 -08:00
bunny.factor formatting ocd 2010-01-16 11:46:50 -08:00
deploy.factor bunny: don't deploy with word names 2011-09-05 17:20:43 -07:00
summary.txt snipe some bunny bugs 2008-12-04 18:18:19 -08:00
tags.txt snipe some bunny bugs 2008-12-04 18:18:19 -08:00