ducttape
ducttape copied to clipboard
Bash parser should complain about C++ style comments
The parser for the bash code blocks should detect this error at parse time:
task foo < // this is a valid ducttape comment { // this is an illegal comment in bash
... bash code ...
}