From 34b8d8ff1f9d65c08a9156d72f08cf548183c6f4 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sun, 27 Apr 2025 00:49:27 -0400 Subject: Large commit; many features --- pkg/query/lang.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pkg/query/lang.md (limited to 'pkg/query/lang.md') diff --git a/pkg/query/lang.md b/pkg/query/lang.md new file mode 100644 index 0000000..a399cb8 --- /dev/null +++ b/pkg/query/lang.md @@ -0,0 +1,12 @@ +# Query Language Spec + +``` + := | + + := + := {strings} + := + + := "and" | "or" | "not" | "similar" +``` -- cgit v1.2.3