Parse PAT file text into structured patterns and issues.
The method accepts complete PAT file content (including comments, blank lines, and multiple pattern blocks). It normalizes line endings, parses headers and line descriptors, and records any recoverable errors.
Raw PAT file text.
Parsed document containing both successful patterns and collected parse issues.
StaticparseParse PAT text without manually creating a parser instance.
Raw PAT file text.
Parsed PAT document.
Parser for AutoCAD PAT text content.
This parser follows a best-effort strategy:
Typical usage: