miden-assembly-syntax 0.22.1

Parsing and semantic analysis of the Miden Assembly language
Documentation
1
2
3
4
//! This module exports helpers for implementing the `Arbitrary` trait on types that build on
//! top of primitives provided by this crate.

pub use crate::ast::{ident::arbitrary as ident, path::arbitrary as path};