2 Open Issues Need Help Last updated: Jun 24, 2025

Open Issues Need Help

View All on GitHub
Software Development Tool Development

AI Summary: Integrate Language Server Protocol (LSP) support into the DocQL parser, leveraging the `pest-ide-tools` library to enhance the developer experience with features like syntax highlighting, code completion, and error checking within IDEs.

Complexity: 3/5
good first issue
Software Development Tool Development

AI Summary: Implement a new `Match<T>` block in the Delver DSL to enable more flexible and declarative matching strategies. This involves extending the parser to handle the new syntax, implementing fallback matching logic using `FirstMatch(...)`, and potentially adding scoring and weighted matching in future phases. The implementation should be incremental, starting with basic parsing and referencing, then adding fallback logic, and finally incorporating more advanced features like composite matchers and scoring.

Complexity: 4/5
enhancement help wanted