index
:
atlas
main
An information storage and retrieval tool
JP Appel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
shell
Age
Commit message (
Expand
)
Author
2025-11-21
Add native support for document slices
HEAD
main
JP Appel
2025-09-17
Add query alias to debug shell
JP Appel
2025-08-10
Change approximate statmenets to use sqlite MATCH operator
JP Appel
2025-07-28
Remove todo contexts
JP Appel
2025-07-28
Add yaml output format
JP Appel
2025-07-28
Add regex operator
JP Appel
2025-07-23
Update help info
JP Appel
2025-07-19
Add limit to interperter stack size
JP Appel
2025-07-02
Add WriteTo like methods to Outputter interface
JP Appel
2025-06-30
Implement compiled query execution
JP Appel
2025-06-30
Add integer arithmetic to shell
JP Appel
2025-06-29
Add 'at' command to shell
JP Appel
2025-06-28
Refactor shell tokenizer
JP Appel
2025-06-28
Refactor debug shell to place values on stack
JP Appel
2025-06-28
Add leveld optimization wrapper
JP Appel
2025-06-27
Add keyword suggestions to interpreter errors
JP Appel
2025-06-26
Add support commented lines in shell
JP Appel
2025-06-26
Add non-interactive mode to shell, fix interactive sizing
JP Appel
2025-06-26
Add improved line editing to debug shell
JP Appel
2025-06-24
Add first pass of query compiler
JP Appel
2025-06-19
Add multiple clause and tree level optimizations
JP Appel
2025-06-15
Add query optimizer
JP Appel
2025-06-13
Move debug shell into main binary as a command
JP Appel