aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/shell
AgeCommit message (Expand)Author
2025-07-19Add limit to interperter stack sizeJP Appel
2025-07-02Add WriteTo like methods to Outputter interfaceJP Appel
2025-06-30Implement compiled query executionJP Appel
2025-06-30Add integer arithmetic to shellJP Appel
2025-06-29Add 'at' command to shellJP Appel
2025-06-28Refactor shell tokenizerJP Appel
2025-06-28Refactor debug shell to place values on stackJP Appel
2025-06-28Add leveld optimization wrapperJP Appel
2025-06-27Add keyword suggestions to interpreter errorsJP Appel
2025-06-26Add support commented lines in shellJP Appel
2025-06-26Add non-interactive mode to shell, fix interactive sizingJP Appel
2025-06-26Add improved line editing to debug shellJP Appel
2025-06-24Add first pass of query compilerJP Appel
2025-06-19Add multiple clause and tree level optimizationsJP Appel
2025-06-15Add query optimizerJP Appel
2025-06-13Move debug shell into main binary as a commandJP Appel