Just some context on the most recent changes. I want to print the feedback messages for a subset of tests in sqlwhat. To do this, I show output to standard out when running the tests. However, antlr by default prints to stdout when there is a parsing ambiguity. In strict mode, it raises an error when this happens though, so no need to print it out.
Just some context on the most recent changes. I want to print the feedback messages for a subset of tests in sqlwhat. To do this, I show output to standard out when running the tests. However, antlr by default prints to stdout when there is a parsing ambiguity. In strict mode, it raises an error when this happens though, so no need to print it out.