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

Go to the source code of this file.

Classes

class  Parser.CSharpTokenTypes
 

Namespaces

package  Parser
 / A Parser for the C# language (including preprocessors directives). /
 

Typedefs

using StringBuilder = System.Text.StringBuilder
 
using FileInfo = System.IO.FileInfo
 

Typedef Documentation

using FileInfo = System.IO.FileInfo

Definition at line 4 of file CSharpTokenTypes.cs.

using StringBuilder = System.Text.StringBuilder

Definition at line 3 of file CSharpTokenTypes.cs.