summaryrefslogtreecommitdiff
path: root/module/language/lua/parser.scm
AgeCommit message (Expand)AuthorFilesLines
2013-09-09Compile Lua's ... form.Ian Price1-4/+11
2013-09-09Add some documentation. Function calls now properly handle multiplePhil1-2/+1
2013-09-09module/language/lua/parser.scm: Rename #:dots to #:varargsPhil1-3/+3
2013-09-09Fix and/or double evaluation. Add math.modf, math.fmod.Phil1-4/+5
2013-09-09lua/lexer tweaksAndy Wingo1-4/+5
2013-09-09lua/parser tweaksAndy Wingo1-472/+436
2013-09-09lua/common cleanupAndy Wingo1-4/+4
2013-09-09add lua language implementationNo Itisnt1-0/+892