llvm-in-rust-ir-parser 0.1.0

Lexer and parser for LLVM textual IR into LLVM-in-Rust data structures.
Documentation
1
2
3
4
5
//! Parser for the LLVM IR text format (`.ll` files).

pub mod lexer;
/// Public API for `parser`.
pub mod parser;