프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Data | GrammarData | ||
Grammar | |||
InitTime | long | ||
Parser | Irony.Compiler.Parser | ||
Scanner | Irony.Compiler.Scanner |
메소드 | 설명 | |
---|---|---|
CreateDummy ( ) : |
||
LanguageCompiler ( |
||
LanguageCompiler ( GrammarData data ) : System | ||
Parse ( Irony.Compiler.CompilerContext context, |
||
Parse ( string source ) : AstNode |
public LanguageCompiler ( |
||
grammar | ||
리턴 | System |
public LanguageCompiler ( GrammarData data ) : System | ||
data | GrammarData | |
리턴 | System |
public Parse ( Irony.Compiler.CompilerContext context, |
||
context | Irony.Compiler.CompilerContext | |
source | ||
리턴 | AstNode |