The `yucca` tool runs under Python 3 by default.
Chris Pressey
1 year, 12 days ago
114 | 114 | ----- |
115 | 115 | |
116 | 116 | `yucca` could be easily extended to warn about "code smells" such as a |
117 | redundant `GOTO` to the next line, a line containing another `GOTO`, and | |
118 | so forth. | |
117 | redundant `GOTO` to the next line, a `GOTO` to a line containing only | |
118 | another `GOTO`, and so forth. | |
119 | 119 | |
120 | 120 | `yucca` can dump the input program with (as far as I can tell) total |
121 | 121 | fidelity; it retains case and spacing of all lines, even leading and |