snaptoken / lua-tutorial

Lua From Scratch (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Annotate Lua API files

paigeruten opened this issue · comments

  • lua.h
  • lapi.h
  • lapi.c
    • initial section
    • 'basic stack manipulation' section
    • 'access functions (stack -> C)' section
    • 'push functions (C -> stack)' section
    • 'get functions (Lua -> stack)' section
    • 'set functions (stack -> Lua)' section
    • "'load' and 'call' functions" section
    • 'Garbage collection function' section
    • 'miscellaneous functions' section