darklang / dark

Darklang main repo, including language, backend, and infra
https://darklang.com
Other
1.65k stars 90 forks source link

Replace LibParser with tree-sitter-darklang parser in some test files + some grammar updates #5394

Closed OceanOak closed 2 months ago

OceanOak commented 2 months ago

Changelog:

Parser:
- Replace LibParser with tree-sitter-darklang parser in some test files
- Add support for multi-line lists and record literals where a newline is considered a delimiter

LibParser was replaced in: BwdServer.Tests, Canvas.Tests, HttpClient.Tests, ProgramTypes.Tests, Queue.Tests, QueueSchedulingRules.Tests.fs