This type is not documented.
Constructors
Parser(string openingSequence, string closingSequence, bool escapeClosingByDoubling) | These members are not documented. |
Parser(IDictionary<char, char> basicEscapes, string openingSequence, string closingSequence, bool escapeClosingByDoubling) |
Parser(IDictionary<char, char> basicEscapes, IDictionary<char, Func<LexReader, string>> advancedEscapes, string openingSequence, string closingSequence, bool escapeClosingByDoubling) |
Instance methods
| Token | | This member is not documented. |
Instance properties
| IDictionary<char, Func<LexReader, string>> | | These members are not documented. |
| IDictionary<char, char> | |
| string | |
| bool | |
| string | |