Registry / utility / conch-parser

conch-parser

JSON →
library0.1.1rscratesunverified

A library for parsing programs written in the shell programming language, supporting POSIX shell syntax.

# Cargo.toml [dependencies] conch-parser = "0.1.1"
INSTALL
IMPORT
SIG · CONCH-PARSER
C
conch-parser
utilityrustv0.1.1
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.

parse
use conch_parser::parse;

Parses a simple shell script into an AST.

use conch_parser::parse; fn main() { let script = "echo hello"; let ast = parse(script).unwrap(); println!("Parsed AST: {:?}", ast); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
conch-parser — cargo add conch-parser · libregistry