enso/lib/rust/parser/jni
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
..
src Provide syntax warnings to Java (#10645) 2024-07-24 17:54:23 +00:00
Cargo.toml Provide syntax warnings to Java (#10645) 2024-07-24 17:54:23 +00:00