We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f21e7 commit 0d1a10fCopy full SHA for 0d1a10f
1 file changed
docs/ast-reference/README.md
@@ -175,7 +175,7 @@ When updating to a new `squawk_syntax` version:
175
176
## Document Maintenance Notes
177
178
-- **No new grammar parsing needed** for v0.3.0 — all gaps are parser-level limitations, not extraction problems
+- **No new grammar parsing needed** for v0.3.1 — all gaps are parser-level limitations, not extraction problems
179
- These docs are **reference, not tutorial** — assume familiarity with PostgreSQL DDL and the squawk AST structure
180
- **Update frequency:** After squawk_syntax updates or when new rule types require expanded extraction
181
- **Verification method:** Compare document examples against `src/ast/visitor.rs` implementations and test suite coverage
0 commit comments