commit | 2a4e1a9f88dd249047da6589a8a6a66b1c870e6d | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Thu Jul 09 13:34:25 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Thu Jul 09 13:34:25 2009 -0700 |
tree | d52400535c412b9781db0932478d406a2e47475c | |
parent | 52dddc6149cde8e4bb2b3cbca53f77fcc4e62e95 [diff] |
Finish implementing x86 floating point Support floating-point if/while statements: if(1.0) { ... } Support reading values from float and double pointers. And some additional error checking. Detect malformed "return" statements Detect passing the results of "void" functions as arguments.