1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 23:50:47 +02:00
guile/module/language/lua
Phil becaec9a4e Fix and/or double evaluation. Add math.modf, math.fmod.
* module/language/lua/compile-tree-il.scm: Fix and/or double evaluation.

* module/language/lua/notes.org: Add file describing known issues.

* module/language/lua/parser.scm: (token-type): Recognize and/or.

* module/language/lua/standard/math.scm: Add modf, fmod implementations.

* test-suite/tests/lua-eval-3.test: Add another test file for basic
  language features.
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 Fix and/or double evaluation. Add math.modf, math.fmod. 2013-09-09 17:01:24 +01:00
lexer.scm lua/lexer tweaks 2013-09-09 17:01:24 +01:00
notes.org Fix and/or double evaluation. Add math.modf, math.fmod. 2013-09-09 17:01:24 +01:00
parser.scm Fix and/or double evaluation. Add math.modf, math.fmod. 2013-09-09 17:01:24 +01:00
runtime.scm lua/runtime tweaks 2013-09-09 17:01:24 +01:00
spec.scm add lua language implementation 2013-09-09 17:01:23 +01:00