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

Go to the source code of this file.

Classes

class  AST.UnaryExpression
 Encapsulates a unary expression of our programming language. More...
 

Namespaces

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

Enumerations

enum  AST.UnaryOperator {
  AST.UnaryOperator.PrefixIncrement, AST.UnaryOperator.PrefixDecrement, AST.UnaryOperator.PostfixIncrement, AST.UnaryOperator.PostfixDecrement,
  AST.UnaryOperator.Not, AST.UnaryOperator.BitwiseNot, AST.UnaryOperator.Minus, AST.UnaryOperator.Plus
}
 Unary operators More...