maya-mel
maya-mel is the single public entry point for parsing and analyzing Autodesk
Maya MEL in Rust.
Scope
- parse MEL source into typed syntax
- run generic semantic analysis
- collect Maya-specific top-level command facts
Example
use ;
let parsed = parse_source;
let analysis = analyze;
let facts = collect_top_level_facts;
assert!;
assert!;
Stability
This crate is published as experimental 0.x. Public APIs may change while the
parser and semantic layers continue to evolve.