1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-01 15:20:34 +02:00
guile/module/language/lua
Phil f4c44a3ba7 Add some documentation. Function calls now properly handle multiple
values resulting from a function call as the last argument.

doc/ref/api-languages.texi: Add a small blurb about Lua.

module/language/lua/compile-tree-il.scm: Function calls now properly
handle multiple values resulting from a function call as the last
argument.
2013-09-09 17:01:24 +01:00
..
standard Fix and/or double evaluation. Add math.modf, math.fmod. 2013-09-09 17:01:24 +01:00
common.scm lua/common cleanup 2013-09-09 17:01:23 +01:00
compile-tree-il.scm Add some documentation. Function calls now properly handle multiple 2013-09-09 17:01:24 +01:00
lexer.scm module/language/lua/parser.scm: Rename #:dots to #:varargs 2013-09-09 17:01:24 +01:00
notes.org Add some documentation. Function calls now properly handle multiple 2013-09-09 17:01:24 +01:00
parser.scm Add some documentation. Function calls now properly handle multiple 2013-09-09 17:01:24 +01:00
runtime.scm Add some documentation. Function calls now properly handle multiple 2013-09-09 17:01:24 +01:00
spec.scm add lua language implementation 2013-09-09 17:01:23 +01:00