oak-java 0.0.0

High-performance incremental Java language parser for the oak ecosystem with flexible configuration, supporting modern Java features and object-oriented programming.
Documentation
[dependencies.oak-core]
version = "0.0.0"

[dependencies.oak-highlight]
optional = true
version = "0.0.0"

[dependencies.oak-javadoc]
version = "0.0.0"

[dependencies.oak-pretty-print]
optional = true
version = "0.0.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[features]
default = []

[lib]
name = "oak_java"
path = "src/lib.rs"

[package]
authors = ["Yggdrasill Team <192607617@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "High-performance incremental Java language parser for the oak ecosystem with flexible configuration, supporting modern Java features and object-oriented programming."
documentation = "https://docs.rs/oak-java"
edition = "2024"
homepage = "https://github.com/ygg-lang/oaks"
keywords = ["parser", "java", "language", "syntax-analysis"]
license = "MPL-2.0"
name = "oak-java"
readme = "readme.md"
repository = "https://github.com/ygg-lang/oaks"
resolver = "2"
version = "0.0.0"

[package.metadata.docs.rs]
all-features = true

[[test]]
name = "main"
path = "tests/main.rs"