]> gitweb.factorcode.org Git - factor.git/commit
add alien.enums vocab with enum-c-types that convert between symbols and integer...
authorJoe Groff <arcata@gmail.com>
Tue, 13 Apr 2010 06:58:58 +0000 (23:58 -0700)
committerErik Charlebois <erikcharlebois@gmail.com>
Tue, 20 Apr 2010 03:07:18 +0000 (20:07 -0700)
commitd3f770d54533b480b4189618b6ee3cfa1aff39df
tree6ae64a93111e4dda96c7e0a6251e6ac7328f796b
parente730d3b6d566bf19b93a1d77f92919a0e6d5dd1a
add alien.enums vocab with enum-c-types that convert between symbols and integer values in the FFI. update ENUM: to define symbolic enums, and take an optional base type
basis/alien/enums/enums.factor [new file with mode: 0644]
basis/alien/parser/parser.factor
basis/alien/syntax/syntax.factor