Registry / other / lark-hir

lark-hir

JSON →
library0.1.0rscratesunverified

High-level IR (HIR) for the Lark language, used in compiler development.

# Cargo.toml [dependencies] lark-hir = "0.1.0"
INSTALL
IMPORT
SIG · LARK-HIR
L
lark-hir
otherrustv0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Hir
use lark_hir::Hir;

Initialize the HIR for Lark compiler.

use lark_hir::Hir; fn main() { let hir = Hir::new(); // hir.analyze(...); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
lark-hir — cargo add lark-hir · libregistry