Justin Meza
unread,Nov 16, 2010, 1:35:57 AM11/16/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lci-devel
Just updated the ``future'' branch with new-style functions. It
simplified a lot of the parsing logic because now we can detect where
function arguments end and do not need an additional pass to build up
a function table and pass it around while parsing.
Also, functions are now a basic value type (like NUMBRs, TROOFs, etc.)
which will facilitate the transition to BUKKITs (which can store
functions alongside other values).
The next milestone will be the SRS cast now that 1.3 functions are
implemented (this was the main impediment before).
All building up to BUKKITs, hopefully coming soon.