fmease / lushui

The reference compiler of the Lushui programming language
Apache License 2.0
5 stars 0 forks source link

The parser should recover from basic syntax errors #22

Open fmease opened 3 years ago

fmease commented 3 years ago

Right now, every syntax error is fatal, we cannot report multiple syntax errors. This is really vague but below is a list of some errors which don't need to be lethal to the parser.

Related: #13.