Query parser (larql-lql)
A SQL-like grammar (USE, SELECT, TRACE) tokenized and parsed into an executable AST. The theory: treating a transformer as a queryable store means the surface language must map cleanly onto tensor operations — so the parser stays declarative and side-effect free.