Method | Description | |
---|---|---|
Load ( string text, Library library, string fileName, Program includeProgram, bool showTokens, bool showParseTree, string onlyConsiderNode ) : Program | ||
Loader ( |
Method | Description | |
---|---|---|
ParseInput ( string text ) : NodeInfo[] | ||
PrintParseTree ( Yarn rootNode ) : void | ||
PrintTokenList ( IEnumerable |
public Load ( string text, Library library, string fileName, Program includeProgram, bool showTokens, bool showParseTree, string onlyConsiderNode ) : Program | ||
text | string | |
library | Library | |
fileName | string | |
includeProgram | Program | |
showTokens | bool | |
showParseTree | bool | |
onlyConsiderNode | string | |
return | Program |