| Crates.io | yash-syntax |
| lib.rs | yash-syntax |
| version | 0.15.2 |
| created_at | 2021-12-11 11:35:59.831691+00 |
| updated_at | 2025-09-23 13:02:26.420102+00 |
| description | POSIX-compatible shell script syntax parser |
| homepage | |
| repository | https://github.com/magicant/yash-rs |
| max_upload_size | |
| id | 496182 |
| size | 800,733 |
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.