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

Go to the source code of this file.

Classes

class  Semantic.SSAAlgorithm.VisitorSSA
 This class makes the static single assignment algorithm in which every variable is assigned exactly once. More...
 

Namespaces

package  Semantic.SSAAlgorithm
 To transform the AST to a Single Static Assignment AST representation.