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
9
10
11
12
[book]
title = "bash-strings"
authors = ["Simon Leischnig"]
language = "en"
src = "."

[build]
build-dir = "book"

[output.html]
git-repository-url = "https://github.com/bashmgmt/bash-strings"
additional-css = ["theme.css"]