Class Parser
Inheritance
System.Object
Parser
Assembly: DotLang.dll
Syntax
public sealed class Parser
Constructors
|
Improve this Doc
View Source
Parser(Lexer)
Declaration
public Parser(Lexer lexer)
Parameters
Type |
Name |
Description |
Lexer |
lexer |
|
|
Improve this Doc
View Source
Parser(SourceText)
Declaration
public Parser(SourceText sourceText)
Parameters
|
Improve this Doc
View Source
Parser(String)
Declaration
public Parser(string sourceText)
Parameters
Type |
Name |
Description |
System.String |
sourceText |
|
Methods
|
Improve this Doc
View Source
Parse()
Declaration
public SyntaxTree Parse()
Returns