Functions | |
| def | t_comment1 (t) |
| def | t_comment2 (t) |
| def | t_error (t) |
| def | t_ID (t) |
| def | t_newline (t) |
Variables | |
| tuple | reserved |
| dictionary | reserved_map = { } |
| string | t_COMMA = r',' |
| string | t_DOT = r'\.' |
| string | t_EBRACE = r'\}' |
| string | t_EQ = r'=' |
| string | t_ESQUARE = r'\]' |
| string | t_ignore = " \t\r" |
| string | t_LPAREN = r'\(' |
| string | t_MODIFIERBACK = r'%' |
| string | t_MODIFIERDEBUG = r'\#' |
| string | t_MODIFIERDISABLE = r'\*' |
| string | t_MODIFIERROOT = r'!' |
| string | t_NUMBER = r'[-]?[0-9]*[\.]*[0-9]+([eE][+-]?[0-9]+)*' |
| string | t_OBRACE = r'{' |
| string | t_OSQUARE = r'\[' |
| string | t_RPAREN = r'\)' |
| string | t_SEMICOL = r';' |
| string | t_STRING = r'"[^"]*"' |
| string | t_WORD = r'[$]?[a-zA-Z_]+[0-9]*' |
| tuple | tokens |
| def tokrules.t_comment1 | ( | t | ) |
| def tokrules.t_comment2 | ( | t | ) |
| def tokrules.t_error | ( | t | ) |
| def tokrules.t_ID | ( | t | ) |
| def tokrules.t_newline | ( | t | ) |
| tuple tokrules.reserved |
| dictionary tokrules.reserved_map = { } |
| string tokrules.t_COMMA = r',' |
| string tokrules.t_DOT = r'\.' |
| string tokrules.t_EBRACE = r'\}' |
| string tokrules.t_EQ = r'=' |
| string tokrules.t_ESQUARE = r'\]' |
| string tokrules.t_ignore = " \t\r" |
| string tokrules.t_LPAREN = r'\(' |
| string tokrules.t_MODIFIERBACK = r'%' |
| string tokrules.t_MODIFIERDEBUG = r'\#' |
| string tokrules.t_MODIFIERDISABLE = r'\*' |
| string tokrules.t_MODIFIERROOT = r'!' |
| string tokrules.t_NUMBER = r'[-]?[0-9]*[\.]*[0-9]+([eE][+-]?[0-9]+)*' |
| string tokrules.t_OBRACE = r'{' |
| string tokrules.t_OSQUARE = r'\[' |
| string tokrules.t_RPAREN = r'\)' |
| string tokrules.t_SEMICOL = r';' |
| string tokrules.t_STRING = r'"[^"]*"' |
| string tokrules.t_WORD = r'[$]?[a-zA-Z_]+[0-9]*' |
| tuple tokrules.tokens |