ducttape icon indicating copy to clipboard operation
ducttape copied to clipboard

Bash parser should complain about C++ style comments

Open dowobeha opened this issue 12 years ago • 0 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 ...

}

dowobeha avatar Apr 10 '12 15:04 dowobeha