wasp/waspc/test/Analyzer
Craig McIlwrath c1d86b1f91
Show multiple parse errors from Wasp Analyzer (#1298)
* allow multiple errors to come out of analyzer

basically just plumbing. does add one new thing: all the concrete parse
errors get reported now 🥳

* add statement level error recovery to abstract parser

* add expression level parse recovery

recovers from errors inside dict entries, lists,
and tuples.

* document parser error recovery

* run formatter
2023-06-29 12:34:31 +02:00
..
Evaluation [Analyzer] Reverse the order of Wasp error messages (#500) 2022-03-23 13:18:43 +01:00
Parser Separate user code into client, server, shared (#753) 2022-11-11 17:20:49 +01:00
ParserTest/parseStatementsTests Show multiple parse errors from Wasp Analyzer (#1298) 2023-06-29 12:34:31 +02:00
TypeChecker Stop weakening the AST (#628) 2023-02-14 10:09:21 +01:00
EvaluatorTest.hs Separate user code into client, server, shared (#753) 2022-11-11 17:20:49 +01:00
ParserTest.hs Fix incorrect parsing of escaped strings in Wasp (#699) 2022-08-23 14:01:00 +02:00
TestUtil.hs Integrate new error resilient parser into waspc (#684) 2022-08-11 12:26:12 -04:00
TypeCheckerTest.hs Stop weakening the AST (#628) 2023-02-14 10:09:21 +01:00