docs.rs failed to build oak-lean-0.0.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
oak-lean-0.0.6
🚀 Oak Lean Parser
Formal Verification Meets Modern Tooling — A high-performance, incremental Lean parser built on the Oak framework.
🎯 Why oak-lean?
Lean is a powerful theorem prover and programming language used for formal verification and mathematical proofs. oak-lean brings modern parsing infrastructure to the Lean ecosystem for building responsive IDEs and verification tools.
✨ Key Features
- ⚡ Blazing Fast — Sub-millisecond parsing for interactive proof development
- 🔄 Incremental Parsing — Essential for frequently-changing proof files
- 🌳 High-Fidelity AST — Captures theorems, lemmas, proofs, type classes, unification
- 🛡️ Robust Error Recovery — Handles incomplete proofs gracefully
- 🧩 Deep Ecosystem Integration — Works with
oak-lspandoak-mcp
🏗️ Architecture
Follows the Green/Red Tree architecture with efficient immutability, lossless syntax trees, and type-safe traversal.
📖 Documentation
For usage examples and API details, see the API documentation.
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.