mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +03:00
c2633bc137
Another set of improvements extracted from #3611. This time it includes a fix to the Rust part of the parser. # Important Notes After digging into metadata parsing I realized the positions used to query the BTree data structure are wrong. This PR tries to address that by re-arranging the order of serialized fields and passing `startCode` and `endCode` locations in. Originally I though I need changes on the Rust side to support `in` operator. Turned out I can do that just with changes on the Java side. Qualified names in imports were missing UUIDs. Fixed now. |
||
---|---|---|
.. | ||
rust | ||
scala | ||
README.md |
Libraries
This directory contains the libraries that should remain in this project, but that are not technically part of the main language implementation itself.