shuck-parser 0.0.16

A fast, safe bash parser library
Documentation
1
2
3
4
5
6
7
# shuck-parser

`shuck-parser` is the lexer and parser library used throughout the Shuck workspace.

It turns shell source into `shuck-ast` syntax trees, exposes source-backed lexical tokens, and
lets callers choose shell dialects and zsh option profiles. The crate is pre-1.0 and may change
between `0.x` releases.