Currently, when a wool script contains errors, the Java parser exits with the first error it encounters. It would be better to allow the parser to continue parsing the next nodes, to see if the script contains any more errors, so that they can all be reported in a single run.
Currently, when a wool script contains errors, the Java parser exits with the first error it encounters. It would be better to allow the parser to continue parsing the next nodes, to see if the script contains any more errors, so that they can all be reported in a single run.