final class RelaxedParser
A relaxed parser, which tends to allow more, but won't really catch valid syntax errors.
| Type | Name and description | 
|---|---|
| protected AST | doParse(UnicodeEscapingReader reader) | 
| ParseStatus | parse(Collection<String> buffer) |