- --- 用于rust的java语法解析器。
根据[Java 23 规范](https://docs.oracle.com/javase/specs/jls/se23/html/index.html)实现。
工作正在积极进行中,API还不稳定,欢迎大家参与贡献。
```shell
cargo add java-lang
```
在[examples](examples)文件夹中有相关示例。
```shell
cargo run --example hello
```
```shell
cargo test --all-features
```