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