Age | Commit message (Expand) | Author | Files | Lines |
2009-08-12 | debitrot the ecmascript compiler | Andy Wingo | 1 | -561/+0 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -14/+13 |
2009-06-09 | some attempts to solve the ecmascript stack overflow problem | Andy Wingo | 1 | -12/+1 |
2009-04-16 | compilation passes return third value: the continuation environment | Andy Wingo | 1 | -0/+1 |
2009-02-27 | make the ES compiler more readable via use of -> | Andy Wingo | 1 | -303/+314 |
2009-02-22 | compile for-in | Andy Wingo | 1 | -1/+33 |
2009-02-22 | fix "for" compilation | Andy Wingo | 1 | -2/+2 |
2009-02-22 | more arithmetic on non-numbers | Andy Wingo | 1 | -1/+2 |
2009-02-22 | + for strings, global js object, new Foo() works | Andy Wingo | 1 | -12/+15 |
2009-02-21 | compile ecmascript's parser. yay! instant load-time! | Andy Wingo | 1 | -0/+2 |
2009-02-21 | be smarter about allocating local variables, reusing slots if possible | Andy Wingo | 1 | -3/+10 |
2009-02-21 | implement break and continue, work around overly recursive pmatch expansion | Andy Wingo | 1 | -0/+14 |
2009-02-21 | implement do, while, for | Andy Wingo | 1 | -6/+79 |
2009-02-21 | implement more operations | Andy Wingo | 1 | -1/+76 |
2009-02-21 | clean up ++ and -- a little bit | Andy Wingo | 1 | -116/+125 |
2009-02-21 | implement ++, --, new, delete, void, typeof | Andy Wingo | 1 | -6/+147 |
2009-02-21 | handle "this" in ecmascript | Andy Wingo | 1 | -0/+16 |
2009-02-19 | support foo["bar"] in addition to foo.bar | Andy Wingo | 1 | -0/+4 |
2009-02-19 | implement object literals | Andy Wingo | 1 | -0/+11 |
2009-02-19 | var at toplevel works too | Andy Wingo | 1 | -3/+19 |
2009-02-19 | property gets and puts implemented, yays | Andy Wingo | 1 | -6/+14 |
2009-02-19 | add array support | Andy Wingo | 1 | -3/+7 |
2009-02-19 | further ecmascript work | Andy Wingo | 1 | -8/+73 |
2009-02-18 | add more ecmascript compilation -- functions work now | Andy Wingo | 1 | -0/+13 |
2009-02-18 | world's stupidest ecmascript compiler | Andy Wingo | 1 | -0/+67 |