guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, lua, created. release_1-9-13-178-g0c89


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, lua, created. release_1-9-13-178-g0c899a8
Date: Thu, 09 Dec 2010 21:41:04 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=0c899a8f4b98390dc632ff372b5c91e547f8ed8d

The branch, lua has been created
        at  0c899a8f4b98390dc632ff372b5c91e547f8ed8d (commit)

- Log -----------------------------------------------------------------
commit 0c899a8f4b98390dc632ff372b5c91e547f8ed8d
Author: No Itisnt <address@hidden>
Date:   Thu Jun 3 03:12:41 2010 -0500

    add lua language implementation
    
    What is missing:
    
    + Functions: module, getfenv, setfenv, math.modf, table.sort
    
    + Parser: needs to be more flexible
    
    + Compiler: needs more extensive work to properly handle all possible
    cases of variable arguments, multiple returns, and loops
    
    + Language: Variable arguments and unpacking of multiple returns. (For
    example we need to be able to handle something as complex as
    print(unpack({...})), which is easy with Lua's explicit stack but will
    require lots of tree-il gymnastics, or perhaps modifications to better
    allow different calling conventions. (For instance -- how would we
    support Python or Ruby, where keyword arguments are gathered into a
    hashtable and passed as a single argument?)
    
    What is there:
    
    A fair shot at supporting Lua 5.1, not quite a drop-in replacement, but
    not far from that goal either.

commit 3b24aee6e3997c144ec2d1d763c9805a2261768f
Author: Andy Wingo <address@hidden>
Date:   Thu Dec 9 21:53:46 2010 +0100

    clarify compile-glil error messages
    
    * module/language/tree-il/compile-glil.scm (vars->bind-list, flatten):
      Make internal self-checking error messages more clear, for
      implementors of other languages.

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]