enso/lib/rust
Kaz Wesley 8b48637691
Provide syntax warnings to Java (#10645)
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.
2024-07-24 17:54:23 +00:00
..
data-structures remove unused rust modules (#9540) 2024-03-27 12:19:38 +00:00
enso-font Bump Rust Toolchain (#9517) 2024-03-24 23:45:55 +00:00
font Bump Rust Toolchain (#9517) 2024-03-24 23:45:55 +00:00
launcher-shims Bump Rust Toolchain (#9517) 2024-03-24 23:45:55 +00:00
macro-utils remove unused rust modules (#9540) 2024-03-27 12:19:38 +00:00
metamodel remove unused rust modules (#9540) 2024-03-27 12:19:38 +00:00
parser Provide syntax warnings to Java (#10645) 2024-07-24 17:54:23 +00:00
prelude Space-precedence does not apply to value-level operators (#10597) 2024-07-24 10:55:44 +00:00
reflect Bump Rust Toolchain (#9517) 2024-03-24 23:45:55 +00:00
zst remove unused rust modules (#9540) 2024-03-27 12:19:38 +00:00