1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/module/language/lua/standard
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
..
io.scm add lua language implementation 2013-09-09 17:01:23 +01:00
math.scm Fix and/or double evaluation. Add math.modf, math.fmod. 2013-09-09 17:01:24 +01:00
os.scm add lua language implementation 2013-09-09 17:01:23 +01:00
table.scm add lua language implementation 2013-09-09 17:01:23 +01:00