Expand description
Operator type-checking - binary, unary, and index-assign.
Modulesยง
- binary ๐
- Binary operator type checking.
- index_
assign ๐ - Index-assign type checking (
arr[i] = value). - unary ๐
- Unary operator type checking.
Functionsยง
- op_str
- Returns the display string for a binary operator token, used in error messages.