rascal
rascal copied to clipboard
`@maxDepth` can not be written as expression
Describe the bug
The test runner interprets @maxDepth{20} but not the more sensible @maxDepth=20 and it crashes on:
@maxDepth{
20
}
The same holds for @tries and possibly other (undocumented!) features of the test runner.