1 2 3 4 5
//! Parser for the LLVM IR text format (`.ll` files). pub mod lexer; /// Public API for `parser`. pub mod parser;