C# Class Yarn.Parser

Mostra file Open project: thesecretlab/YarnSpinner Class Usage Examples

Private Methods

Method Description
ExpectSymbol ( ) : Token
ExpectSymbol ( TokenType type ) : Token
NextSymbolIs ( ) : bool
NextSymbolsAre ( ) : bool
Parse ( ) : Node
Parser ( ICollection tokens, Library library ) : System
Tab ( int indentLevel, string input, bool newLine = true ) : string