factor/basis/compiler
Slava Pestov e5b94b11d7 Some fixes and cleanups in math.vectors
- Tighten up type inference for operations on complex float arrays
- Fix v. to have correct behavior with complex numbers
- Rename v<< and v>> to vlshift and vrshift to avoid clashing with v>> accessor
2009-09-24 06:58:33 -05:00
..
alien struct classes now make their own C type without help from alien.structs. remove alien.structs dependencies from everywhere outside of alien and compiler, and have the FFI handle both alien.structs and classes.struct c-types 2009-09-15 17:38:49 -05:00
cfg Some fixes and cleanups in math.vectors 2009-09-24 06:58:33 -05:00
codegen Merge branch 'vm_cleanup' of git://github.com/phildawes/factor 2009-09-24 04:31:55 -05:00
constants added VM relocation type 2009-09-16 08:16:30 +01:00
errors
tests Merge branch 'master' of git://factorcode.org/git/factor 2009-09-23 10:11:49 -05:00
tree Some fixes and cleanups in math.vectors 2009-09-24 06:58:33 -05:00
utilities
authors.txt
compiler-docs.factor
compiler.factor
summary.txt
tags.txt