2 comments (2 comments)1 reaction (1 reaction)0 assignees (0 assignees)Java4,457 stars (4,457 stars)1,113 forks (1,113 forks)batch import
help wanted
- Issue type
- feature
- Research direction
- Investigate existing QLExpress CLI usage and design a REPL interface. For code formatting, review the referenced blog to understand the algorithm and adapt it to QLExpress's AST. For IDE plugin, study IntelliJ's plugin SDK and consider how to integrate with classpath. For compiled mode, research MVEL's compilation to bytecode and evaluate feasibility with QLExpress's expression parsing. Additionally, check existing QLExpress issues and PRs for prior work or discussions.