wasp/waspc/test/Analyzer
Martin Šošić 75ce7db663
Fix incorrect parsing of escaped strings in Wasp (#699)
* Fixed incorrect handling of escaped strings in parser.

* Refactored Parser golden tests a bit.

* Moved PrettyPrinter for Parser AST to Parser.

* fix
2022-08-23 14:01:00 +02:00
..
Evaluation [Analyzer] Reverse the order of Wasp error messages (#500) 2022-03-23 13:18:43 +01:00
Parser Integrate new error resilient parser into waspc (#684) 2022-08-11 12:26:12 -04:00
ParserTest/parseStatementsTests Fix incorrect parsing of escaped strings in Wasp (#699) 2022-08-23 14:01:00 +02:00
TypeChecker Added concept of SourceRegion to Ctx. (#409) 2022-01-08 23:55:52 +01:00
EvaluatorTest.hs Add pg-boss as a Job executor (#582) 2022-05-03 14:34:25 -04: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 Allow Wasp identifiers for project names (#520) 2022-03-30 01:25:56 +02:00