Crate leo_parser_lossless

Crate leo_parser_lossless 

Source
Expand description

The lossless syntax tree and parser for Leo.

Modules§

grammar
tokens

Structs§

SyntaxNode
An untyped node in the lossless syntax tree.

Enums§

ExpressionKind
IntegerLiteralKind
IntegerTypeKind
LiteralKind
StatementKind
SyntaxKind
A tag indicating the nature of a syntax node.
TypeKind

Functions§

parse_expression
parse_main
parse_module
parse_statement