|
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.LogicalExpression |
| Encapsulates a logical binary expression. More... | |
Namespaces | |
| package | AST |
| Representation of the StaDyn Abstract Syntax Tree (AST). | |
Enumerations | |
| enum | AST.LogicalOperator { AST.LogicalOperator.Or, AST.LogicalOperator.And } |
| Logical binary operators More... | |