Class | FileWrapper |
Undocumented |
Class | ParseBuffer |
A wrapper around builtin list, so that setattr(list, 'loose') is legal. |
Function | make_tokens |
Takes a list of pairs (token_type, read_result) and applies token_type(read_result). |
Function | tokenize |
Searches for token_types in iterable. |
Function | tokenize_block |
Returns a list of pairs (token_type, read_result). |
Takes a list of pairs (token_type, read_result) and applies token_type(read_result).
Footnotes are already parsed before this point, and span-level parsing is started here.