Skip to main content

Crate mical_cli_syntax

Crate mical_cli_syntax 

Source

Re-exports§

pub use syntax_kind::*;

Modules§

ast
This file is generated by cargo codegen syntax, do not edit by hand.
syntax_kind
This file is generated by cargo codegen syntax, do not edit by hand.
token

Structs§

GreenNode
Internal node in the immutable tree. It has other nodes and tokens as children.
SyntaxError
TextRange
A range in text, represented as a pair of TextSize.
TextSize
A measure of text length. Also, equivalently, an index into text.

Enums§

MicalLanguage

Traits§

TextLen
Primitives with a textual length that can be passed to TextSize::of.

Type Aliases§

Preorder
PreorderWithTokens
SyntaxElement
SyntaxElementChildren
SyntaxNode
SyntaxNodeChildren
SyntaxNodePtr
SyntaxToken