sub.lua

"Parser" rules for interpreting the input files.

Description:

Definitions

lua =
Lua source file description.
M_1 = "\1"
Mark a beginning of a comment.
M_2 = "\2"
Mark an end of a comment.
M_3 = "\3"
Not used.
P_beg_comm = "%-%-%-+"
Begin comment.
P_beg_filter = "%-%-%$"
Begin filter.
P_ident = "[_%w%.%:][_%w%.%:]*"
Identifier.
P_n_comm = "[^-%s]"
Not a comment.
P_patt = "\"
Filter pattern.
P_spc = "[^%S\n]"
Space (not including \n).

Definitions

lua =

M_1 = "\1"

M_2 = "\2"

M_3 = "\3"

P_beg_comm = "%-%-%-+"

P_beg_filter = "%-%-%$"

P_ident = "[_%w%.%:][_%w%.%:]*"

P_n_comm = "[^-%s]"

P_patt = "\"

P_spc = "[^%S\n]"


This file was automatically generated by LuaDoc in 14 of August of 2002.