The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Go to the source code of this file.
Classes | |
class | AST.BitwiseExpression |
Encapsulates a bitwise binary expression. More... | |
Namespaces | |
package | AST |
Representation of the StaDyn Abstract Syntax Tree (AST). | |
Enumerations | |
enum | AST.BitwiseOperator { AST.BitwiseOperator.BitwiseOr = 1, AST.BitwiseOperator.BitwiseAnd = 2, AST.BitwiseOperator.BitwiseXOr = 3, AST.BitwiseOperator.ShiftLeft = 4, AST.BitwiseOperator.ShiftRight = 5 } |
Bitwise binary operators More... | |