eclipse-langium / langium

Next-gen language engineering / DSL framework
https://langium.org/
MIT License
665 stars 61 forks source link

Fix async parser implementation #1389

Closed msujew closed 4 months ago

msujew commented 4 months ago

The current implementation has a few issues in the hydrator, especially related to CST transmission. This change improves on these issues and adds tests to ensure that the CST is correctly transmitted across worker threads.