Docs.rs
squawk-parser-2.28.1
squawk-parser 2.28.1
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
sbdchd
Dependencies
drop_bomb ^0.1.5
normal
squawk-lexer ^2.27.0
normal
camino ^1.1.9
dev
dir-test ^0.4
dev
insta ^1.39.0
dev
pg_query ^6.1.0
dev
xshell ^0.2.7
dev
Versions
13.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate squawk_parser
squawk_
parser
2.28.1
All Items
Crate Items
Structs
Enums
Functions
Crate
squawk_
parser
Copy item path
Source
Structs
§
Lexed
Str
Output
Output of the parser – a DFS traversal of a concrete syntax tree.
Enums
§
StrStep
Syntax
Kind
The kind of syntax node, e.g.
IDENT
,
SELECT_KW
, or
WHERE_CLAUSE
. Needs to be compatible with [
rowan::SyntaxKind
]
Functions
§
parse