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.ArithmeticExpression |
Encapsulates arithmetic binary expressions. More... | |
Namespaces | |
package | AST |
Representation of the StaDyn Abstract Syntax Tree (AST). | |
Enumerations | |
enum | AST.ArithmeticOperator { AST.ArithmeticOperator.Minus = 1, AST.ArithmeticOperator.Plus = 2, AST.ArithmeticOperator.Mult = 3, AST.ArithmeticOperator.Div = 4, AST.ArithmeticOperator.Mod = 5 } |
Arithmetic binary operators More... | |