Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-09-09 | Fix code generated for `while'. | Ian Price | 1 | -2/+2 |
2013-09-09 | Add missing `make-sequence' procedure. | Ian Price | 1 | -0/+5 |
2013-09-09 | Use `make-application' instead of removed `make-call'. | Ian Price | 1 | -51/+51 |
2013-09-09 | Compile Lua's ... form. | Ian Price | 1 | -3/+8 |
2013-09-09 | Add some documentation. Function calls now properly handle multiple | Phil | 1 | -23/+68 |
2013-09-09 | Fix and/or double evaluation. Add math.modf, math.fmod. | Phil | 1 | -9/+19 |
2013-09-09 | lua code returning via normal path | Andy Wingo | 1 | -2/+2 |
2013-09-09 | lua/compile-tree-il tweaks | Andy Wingo | 1 | -121/+156 |
2013-09-09 | remove true? and false?; lua's truthiness and falsehood is guile's. | Andy Wingo | 1 | -10/+6 |
2013-09-09 | lua/common cleanup | Andy Wingo | 1 | -1/+1 |
2013-09-09 | add lua language implementation | No Itisnt | 1 | -0/+398 |