Skip to main content

Module parser

Module parser 

Source

Structs§

Hunk
WorkerTask
Resilient parser that maps XML-like tags to structured data without regex overhead. Designed to handle LLM output quirks (trailing commas, broken escapes) gracefully.

Functions§

parse_master_spec
Parses master specification XML content into a vector of WorkerTask items.
parse_scratchpad_diffs
Parses scratchpad diff content from .hematite_scratch files into Hunk objects.