class TNTLexer(Lexer):
Lexer for Typographic Number Theory, as described in the book Gödel, Escher, Bach, by Douglas R. Hofstadter, or as summarized here: https://github.com/Kenny2github/language-tnt/blob/master/README.md#summary-of-tnt
Constant | COMMENT |
Undocumented |
Constant | LINENOS |
Undocumented |
Constant | LOGIC |
Undocumented |
Constant | NEGATORS |
Undocumented |
Constant | NUMBERS |
Undocumented |
Constant | OPERATORS |
Undocumented |
Constant | PRIMES |
Undocumented |
Constant | QUANTIFIERS |
Undocumented |
Constant | RULES |
Undocumented |
Constant | VARIABLES |
Undocumented |
Constant | WHITESPACE |
Undocumented |
Method | __init__ |
Undocumented |
Method | error_till_line_end |
Mark everything from start to the end of the line as Error. |
Method | formula |
Tokenize a formula. |
Method | get_tokens_unprocessed |
Returns a list of TNT tokens. |
Method | lineno |
Tokenize a line referral. |
Method | rule |
Tokenize a rule. |
Method | term |
Tokenize a term. |
Method | variable |
Tokenize a variable. |
Method | whitespace |
Tokenize whitespace. |
Class Variable | aliases |
Undocumented |
Class Variable | filenames |
Undocumented |
Class Variable | name |
Undocumented |
Instance Variable | cur |
Undocumented |
Inherited from Lexer
:
Method | analyse_text |
No summary |
Method | get_tokens |
Return an iterable of (tokentype, value) pairs generated from text . If unfiltered is set to True , the filtering mechanism is bypassed even if filters are defined. |
Class Variable | alias_filenames |
Undocumented |
Class Variable | mimetypes |
Undocumented |
Method | __repr__ |
Undocumented |
Method | add_filter |
Add a new stream filter to this lexer. |
Class Variable | priority |
Undocumented |
Instance Variable | encoding |
Undocumented |
Instance Variable | ensurenl |
Undocumented |
Instance Variable | filters |
Undocumented |
Instance Variable | options |
Undocumented |
Instance Variable | stripall |
Undocumented |
Instance Variable | stripnl |
Undocumented |
Instance Variable | tabsize |
Undocumented |
Undocumented
Value |
|