beelsebob/CoreParse

Add better error handling support

beelsebob opened this issue · 0 comments

Core parse currently just bombs out printing the remaining token stream when it fails to parse – this needs to be improved, both in terms of making it return errors rather than logging, and by making it able to recover from errors and continue parsing.