The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
oNASTRepresentation of the StaDyn Abstract Syntax Tree (AST).
oNCodeGenerationThe code generation phase.
oNCommandLineCommand line argument parser.
oNCompilerFacade of the language compiler.
oNDebuggerA visitor for to facilitate tracing the AST.
oNDynVarManagementTo manage the dynamism of var references.
oNErrorManagementDifferent compile-time errors of the language processor.
oNInferenceTO DO: PASAR AL "COMPILER"
oNMethodInvocationArgumentsTO DO: PASAR A CODEGENERATION
oNParser/ A Parser for the C# language (including preprocessors directives). /
oNSemanticThe semantic analysis phase (type load, type definition, symbol identification and type inference).
oNSymbolsThe symbol table.
oNTargetPlatformsThe different target platforms supported.
oNToolsDifferent utility classes used in other packages.
\NTypeSystemThe implementation of the StaDyn type system rules.