summaryrefslogtreecommitdiff
path: root/module/language/lua/compile-tree-il.scm
AgeCommit message (Expand)AuthorFilesLines
2013-09-09Fix code generated for `while'.Ian Price1-2/+2
2013-09-09Add missing `make-sequence' procedure.Ian Price1-0/+5
2013-09-09Use `make-application' instead of removed `make-call'.Ian Price1-51/+51
2013-09-09Compile Lua's ... form.Ian Price1-3/+8
2013-09-09Add some documentation. Function calls now properly handle multiplePhil1-23/+68
2013-09-09Fix and/or double evaluation. Add math.modf, math.fmod.Phil1-9/+19
2013-09-09lua code returning via normal pathAndy Wingo1-2/+2
2013-09-09lua/compile-tree-il tweaksAndy Wingo1-121/+156
2013-09-09remove true? and false?; lua's truthiness and falsehood is guile's.Andy Wingo1-10/+6
2013-09-09lua/common cleanupAndy Wingo1-1/+1
2013-09-09add lua language implementationNo Itisnt1-0/+398