Crates.io | yash-syntax |
lib.rs | yash-syntax |
version | 0.12.1 |
source | src |
created_at | 2021-12-11 11:35:59.831691 |
updated_at | 2024-11-09 15:59:09.304652 |
description | POSIX-compatible shell script syntax parser |
homepage | |
repository | https://github.com/magicant/yash-rs |
max_upload_size | |
id | 496182 |
size | 697,379 |
yash-syntax
is a Rust library crate for parsing shell script source code.
This crate is part of yash, but can be used independently to
parse POSIX-compatible shell scripts.
Note that yash-syntax
does not include functionality for executing parsed scripts.
Add yash-syntax
as a dependency in your Cargo.toml
.
See the API documentation for details.
This crate is distributed under GPLv3.