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

Go to the source code of this file.

Classes

class  AST.SingleIdentifierExpression
 Encapsulates a identifier expression of our programming language. More...
 

Namespaces

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

Enumerations

enum  AST.IdentifierMode { AST.IdentifierMode.Instance, AST.IdentifierMode.UserType, AST.IdentifierMode.NameSpace }
 Represents how to use the identifier More...