Age | Commit message (Expand) | Author |
---|---|---|
2014-09-28 | Referencing a global is assumed to have side effects....Close #550 | Mihai Bazon |
2013-11-06 | Better fix for #343...We can in fact lift sequences, but only if the operation is assignment and the left-hand side has no side effects nor property access -- that should guarantee that whatever we place before it cannot affect the sense of the assignment. Dropped contrived test case (too hard to support it now), added a more meaningful one. | Mihai Bazon |
2012-10-30 | don't move expressions containing the binary `in` operator into the `for` ini......(opera can't parse it) close #25 | Mihai Bazon |
2012-10-22 | more sequence optimizations (lift some sequences above binary/unary expressio... | Mihai Bazon |
2012-09-24 | minor tests fix | Mihai Bazon |
2012-09-17 | one more test for sequences | Mihai Bazon |
2012-08-22 | wrote more of the compressor and added some tests | Mihai Bazon |