|
Brick Library 0.1
Performance-portable stencil datalayout & codegen
|
Static Public Attributes | |
| str | Add = "+" |
| str | Sub = "-" |
| str | Mul = "*" |
| str | Div = "/" |
| str | Mod = "%" |
| str | Assign = "=" |
| str | Eq = "==" |
| str | Gt = ">" |
| str | Lt = "<" |
| str | Geq = ">=" |
| str | Leq = "<=" |
| str | Neq = "!=" |
| str | Or = "||" |
| str | And = "&&" |
| str | BitAnd = "&" |
| str | BitOr = "|" |
| str | BitXor = "^" |
| str | BitSHL = "<<" |
| str | BitSHR = ">>" |
Enumeration for binary operators in the AST Variations of assign if allowed are de-sugared before AST
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |