Re-exports§
pub use crate::ast::SourceFile;
Modules§
Macros§
- match_
ast - Matches a
SyntaxNodeagainst anasttype.
Structs§
Enums§
- Syntax
Kind - The kind of syntax node, e.g.
IDENT,SELECT_KW, orWHERE_CLAUSE. Needs to be compatible with [rowan::SyntaxKind]