lua-users home
lua-l archive

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


2013/5/1 Dirk Laurie <dirk.laurie@gmail.com>:

> The current version, incorporating all those points, is available at
>
>   https://github.com/dlaurie/lua-notes

1. I have added a case study with about 60 lines of real tested code
    that implements a toy-scale APL-to-Lua compiler.
2. All the LPEG that I actually used, and some more, has been
    included in the primer. That's almost all of it except Cg, Cb and
    re.lua.