factor/basis/alien
John Benediktsson 9f4eeb55f9 Revert "Optimize byte-reverse macro in alien.endian -- it was shifting each byte to the 0th bit place, bitand-ing it with HEX: ff, then shifting it to its final destination -- now we immediately shift to the proper location and bitand with the proper bitmask."
This reverts commit c701a39e89.
2011-10-17 21:39:57 -07:00
..
arrays
c-types alien.complex: fix docs 2011-10-10 22:12:50 -07:00
complex alien.complex: fix docs 2011-10-10 22:12:50 -07:00
data clean up forwarding stream-read-partial-unsafe 2011-10-17 21:23:06 -07:00
debugger
destructors
endian Revert "Optimize byte-reverse macro in alien.endian -- it was shifting each byte to the 0th bit place, bitand-ing it with HEX: ff, then shifting it to its final destination -- now we immediately shift to the proper location and bitand with the proper bitmask." 2011-10-17 21:39:57 -07:00
enums alien: merge enum improvements from Blei/gtk-image-loader 2011-08-27 13:48:30 -07:00
libraries alien.libraries: add platforms.txt 2011-09-13 20:18:02 -07:00
parser Cleanup more lint warnings. 2011-10-14 12:31:46 -07:00
prettyprint
remote-control
syntax Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferred top-level words now throw an exception on EOF. 2011-09-29 11:28:28 -07:00