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

Go to the source code of this file.

Classes

class  AST.RelationalExpression
 Encapsulates a relational binary expression. More...
 

Namespaces

package  AST
 Representation of the StaDyn Abstract Syntax Tree (AST).
 

Enumerations

enum  AST.RelationalOperator {
  AST.RelationalOperator.NotEqual, AST.RelationalOperator.Equal, AST.RelationalOperator.LessThan, AST.RelationalOperator.GreaterThan,
  AST.RelationalOperator.LessThanOrEqual, AST.RelationalOperator.GreaterThanOrEqual
}
 Relational binary operators More...