bash-strings 0.1.0

Parse and emit bash's own quoted value forms: @Q words, array literals, declare -p bodies, and a word lexer over bash quoting.
Documentation
1
2
3
4
5
6
7
8
# bash-strings — the book

Parse and emit bash's own quoted value forms: `@Q` words, array literals,
`declare -p` bodies, and a word lexer over bash quoting.

| chapter | what it covers |
|---|---|
| [values.md]values.md | the codec: forms, round-trips, the cursor, the error |