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.TernaryExpression |
Encapsulates a ternary expression of our programming language. More... | |
Namespaces | |
package | AST |
Representation of the StaDyn Abstract Syntax Tree (AST). | |
Enumerations | |
enum | AST.TernaryOperator { AST.TernaryOperator.Question } |
Ternary operators More... | |