1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/module/language/lua
Ian Price 84a410dbd2 Fix code generated for `while'.
* module/language/lua/compile-tree-il.scm (while-loop->tree-il):
  Generate `letrec' instead of `let'.
  Generate valid `lambda' expression.
2013-09-09 17:03:52 +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 Fix code generated for `while'. 2013-09-09 17:03:52 +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 Compile Lua's ... form. 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