Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toktext(): Move to tokens.sh | P. J. McDermott | 2016-02-21 | 1 | -60/+0 |
| | |||||
* | Drop mentions of arithmetic stack elements | P. J. McDermott | 2016-02-21 | 1 | -5/+1 |
| | |||||
* | Don't indent lines in generated code | P. J. McDermott | 2016-02-21 | 1 | -2/+9 |
| | | | | Doing so can break here-documents. | ||||
* | Rewrite codegen | P. J. McDermott | 2016-02-20 | 1 | -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 generation | P. J. McDermott | 2016-02-20 | 1 | -0/+85 |