Crate squawk_parser

Crate squawk_parser 

Source

Structs§

LexedStr
Output
Output of the parser – a DFS traversal of a concrete syntax tree.

Enums§

StrStep
SyntaxKind
The kind of syntax node, e.g. IDENT, SELECT_KW, or WHERE_CLAUSE. Needs to be compatible with [rowan::SyntaxKind]

Functions§

parse