Overload List
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              InitMultiParse(TextReader) | 
                 
            Initialises the parser with a TextReader for parsing with multiple expressions.
            This method does not perform any parsing. Use continueParsing to parse
            the first expression and subsequent expressions from the input.
             
               | 
            
| 
                 | 
              InitMultiParse(String) | 
                 
            Initialises the parser for parsing a string with multiple expressions.
            This method does not perform any parsing. Use ContinueParsing() to parse
            the first expression and subsequent expressions from the input.
             
               |