Add query lint and check commands

This commit is contained in:
andrew 2026-04-13 00:37:44 +03:00
parent 4abe9e3627
commit 1bf55fa52d
7 changed files with 1088 additions and 9 deletions

View file

@ -1,3 +1,4 @@
pub mod ast;
pub mod lint;
pub mod parser;
pub mod typecheck;