Closed recursion-ninja closed 7 years ago
The OUTPUT command parser is not permitting trailing whitespace in some contexts.
Here is one example:
output(dot,(overwrite,"file.dot" )) --------------------------------^^^^
Needs to be investigated.
Simple backtracking issue in the syntactic parser's delimiter definition. Fixed by commit d06c488.
The OUTPUT command parser is not permitting trailing whitespace in some contexts.
Here is one example:
Needs to be investigated.