summaryrefslogtreecommitdiffstats
path: root/parsing/codegen.sh
Commit message (Collapse)AuthorAgeFilesLines
* toktext(): Move to tokens.shP. J. McDermott2016-02-211-60/+0
|
* Drop mentions of arithmetic stack elementsP. J. McDermott2016-02-211-5/+1
|
* Don't indent lines in generated codeP. J. McDermott2016-02-211-2/+9
| | | | Doing so can break here-documents.
* Rewrite codegenP. J. McDermott2016-02-201-17/+74
| | | | | | | | The previous version didn't handle nested or multiple command substitutions. The stack format has also been extended to support arithmetic expansions.
* Add code generationP. J. McDermott2016-02-201-0/+85