initial commit

This commit is contained in:
2026-07-07 17:25:02 +01:00
commit daff6a8f09
12 changed files with 562 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package simql
type Query interface {
Args() []any
String() string
}