mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 11:52:59 +03:00
8b48637691
Translate syntax warnings and attach to IR when translating operator applications. We should ensure that all Trees are checked for warnings and every warning is attached to some IR. That would require a bit of refactoring: In TreeToIr, we could define helpers wrapping every IR constructor and accepting a `Tree` parameter. The `Tree` could be used to populate the `IdentifiedLocation` when constructing the IR type, and then to attach all warnings after constructing the IR object. # Important Notes - Update JNI dependency. - Introduces a `cargo bench` runner for parser. |
||
---|---|---|
.. | ||
java | ||
js/runner | ||
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.