docs.rs failed to build oak-cmd-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-cmd-0.0.6
🚀 Oak CMD Parser
Windows Batch Script Analysis — A high-performance, incremental Windows batch script parser built on the Oak framework.
🎯 Why oak-cmd?
Windows batch scripts (.bat, .cmd) remain essential for Windows automation and system administration. oak-cmd provides modern parsing infrastructure for linting tools, IDE support, and analysis utilities.
✨ Key Features
- ⚡ Blazing Fast — Sub-millisecond parsing for IDE integration
- 🔄 Incremental Parsing — Re-parse only what changed
- 🌳 High-Fidelity AST — Captures commands, control flow, variables, redirection
- 🛡️ Robust Error Recovery — Precise diagnostics for common issues
- 🧩 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.