SPRAAK
|
Data Structures | |
class | LexError |
Exception thrown when invalid token encountered and no default error handler is defined. More... | |
class | LexToken |
Token class. More... | |
class | Lexer |
Functions | |
def | lex |
def | runmain |
def | TOKEN |
def spr_pylib.capi.lex.lex | ( | module = None , |
|
object = None , |
|||
debug = 0 , |
|||
optimize = 0 , |
|||
lextab = "lextab" , |
|||
reflags = 0 , |
|||
nowarn = 0 |
|||
) |
lex(module)
def spr_pylib.capi.lex.runmain | ( | lexer = None , |
|
data = None |
|||
) |
def spr_pylib.capi.lex.TOKEN | ( | r | ) |