]> gitweb.factorcode.org Git - factor.git/commit
more implementation of pointer c-types. make it so that { char* binary } acts like...
authorJoe Groff <arcata@gmail.com>
Mon, 22 Feb 2010 03:23:47 +0000 (19:23 -0800)
committerJoe Groff <arcata@gmail.com>
Mon, 22 Feb 2010 04:58:21 +0000 (20:58 -0800)
commitd5bf6e55cd5ab4a0d544bd541bd7c1229592337f
tree391fbeb2406b01a8ad0f25df58eae3389db661d2
parent971af554e1cba9030aecfb071bc81317d2e7ac6e
more implementation of pointer c-types. make it so that { char* binary } acts like a real pointer to char instead of stringifying, and add byte* typedef for { char* binary }
basis/alien/arrays/arrays.factor
basis/alien/c-types/c-types-tests.factor
basis/alien/c-types/c-types.factor
basis/alien/parser/parser.factor
basis/alien/prettyprint/prettyprint.factor
basis/compiler/codegen/codegen.factor
basis/specialized-arrays/specialized-arrays.factor
extra/alien/data/map/map.factor