Crate thalir_parser

Crate thalir_parser 

Source
Expand description

Parse text IR into structured data.

Round-tripping IR through text files enables version control, tool interop, and transformation validation. This parser reads IR back into memory so you can analyze it, transform it, or verify it matches expectations.

Modules§

annotations

Structs§

ThalirParser

Enums§

Rule

Functions§

check
parse
parse_file

Type Aliases§

ParseResult