Registry / build-tool / mech-syntax

mech-syntax

JSON →
library0.3.5rscratesunverified

A toolchain for compiling textual syntax into Mech blocks.

# Cargo.toml [dependencies] mech-syntax = "0.3.5"
INSTALL
IMPORT
SIG · MECH-SYNTAX
M
mech-syntax
build-toolrustv0.3.5
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.

compile
use mech_syntax::compile;

Compiles a textual syntax string into a Mech block.

use mech_syntax::compile; fn main() { let input = "block example {}"; let result = compile(input).unwrap(); println!("Compiled: {:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
mech-syntax — cargo add mech-syntax · libregistry