The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Go to the source code of this file.
Namespaces | |
package | Parser |
/ A Parser for the C# language (including preprocessors directives). / | |
Enumerations | |
enum | Parser.CodeMaskEnums { Parser.CodeMaskEnums.PreprocessorDirectivesOnly = 0x0000, Parser.CodeMaskEnums.UsingDirectives = 0x0001, Parser.CodeMaskEnums.GlobalAttributes = 0x0002, Parser.CodeMaskEnums.Attributes = 0x0004, Parser.CodeMaskEnums.ClassMemberDeclarations = 0x0008, Parser.CodeMaskEnums.StructMemberDeclarations = 0x0010, Parser.CodeMaskEnums.InterfaceMemberDeclarations = 0x0020, Parser.CodeMaskEnums.NamespaceMemberDeclarations = 0x0040, Parser.CodeMaskEnums.Statements = 0x0080 } |
Bit masks for specifying valid CSharp syntax constructs in Parser productions. More... | |