snaptoken / lua-tutorial

Lua From Scratch (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Annotate lexer/parser files

paigeruten opened this issue · comments

  • lparser.h
  • lparser.c
    • "Rules for Constructors" section
    • "Expression parsing" section
    • "Rules for Statements" section
  • llex.h
  • llex.c
  • lzio.h
  • lzio.c
  • lctype.h
  • lctype.c