diff options
author | Phil <theseaisinhere+git@gmail.com> | 2011-04-22 01:11:38 -0500 |
---|---|---|
committer | Ian Price <ianprice90@googlemail.com> | 2013-09-09 17:01:24 +0100 |
commit | faa16f99898a329eba0eaff0ab520eb0f9adbecb (patch) | |
tree | 3bac231491cd6083420718ae3e2897fad736aa2e /module/language/lua/notes.org | |
parent | becaec9a4e7042a98c2dfa5fd3af9d7c30f71f44 (diff) | |
download | guile-faa16f99898a329eba0eaff0ab520eb0f9adbecb.tar.gz |
module/language/lua/parser.scm: Rename #:dots to #:varargs
Diffstat (limited to 'module/language/lua/notes.org')
-rw-r--r-- | module/language/lua/notes.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/language/lua/notes.org b/module/language/lua/notes.org index 49f6b12fe..4e24cb95f 100644 --- a/module/language/lua/notes.org +++ b/module/language/lua/notes.org @@ -9,13 +9,13 @@ This is an org-mode todo list of stuff that needs to be done for Guile Lua. ** TODO Use prompt and abort instead of throw and catch ** TODO Standard library function: module ** TODO Standard library function: table.sort -** TODO Get the official test suite running +** TODO Get the official Lua 5.1 test suite running * Eh +** TODO Standard library function: math.frexp + Pending some additions to Guile's numeric tower. ** TODO Better testing of standard library modules io, os ** TODO Function environments (getfenv and setfenv) -** TODO Parser should probably be rewritten - * Differences Here are some difference in Guile Lua's behavior that should not cause |