Skip to main content

Crate jrsonnet_rowan_parser

Crate jrsonnet_rowan_parser 

Source

Re-exports§

pub use rowan;

Modules§

nodes
This is a generated file, please do not edit manually. Changes can be made in codegeneration that lives in xtask top-level dir.

Macros§

T
TS

Structs§

AstChildren
SyntaxKindSet

Enums§

JsonnetLanguage
SyntaxKind
The kind of syntax node, e.g. IDENT, USE_KW, or STRUCT.

Traits§

AstNode
The main trait to go from untyped SyntaxNode to a typed ast.
AstToken
Like AstNode, but wraps tokens rather than interior nodes.

Functions§

parse

Type Aliases§

PreorderWithTokens
SyntaxElement
SyntaxElementChildren
SyntaxNode
SyntaxNodeChildren
SyntaxToken