woolplatform / wool

The WOOL dialogue language description and tools.
MIT License
1 stars 0 forks source link

Allow node-by-node parsing and error checking #6

Closed hopdenakker closed 5 years ago

hopdenakker commented 5 years ago

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.