nixd
Loading...
Searching...
No Matches
tokens.OpToken Class Reference
Inheritance diagram for tokens.OpToken:
[legend]
Collaboration diagram for tokens.OpToken:
[legend]

Static Public Attributes

list bin_op_tokens
 
list tokens
 

Detailed Description

Definition at line 31 of file tokens.py.

Member Data Documentation

◆ bin_op_tokens

list tokens.OpToken.bin_op_tokens
static
Initial value:
= [
OpToken("not", "!"),
OpToken("impl", "->"),
OpToken("or", "||"),
OpToken("and", "&&"),
OpToken("eq", "=="),
OpToken("neq", "!="),
OpToken("lt", "<"),
OpToken("gt", ">"),
OpToken("le", "<="),
OpToken("ge", ">="),
OpToken("update", "//"),
OpToken("add", "+"),
OpToken("negate", "-"),
OpToken("mul", "*"),
OpToken("div", "/"),
OpToken("concat", "++"),
OpToken("pipe_into", "|>"),
OpToken("pipe_from", "<|"),
]

Definition at line 35 of file tokens.py.

◆ tokens

list tokens.OpToken.tokens
static

Definition at line 56 of file tokens.py.


The documentation for this class was generated from the following file: