The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
LogicalExpression.cs File Reference

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...