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ยง

check_identifier ๐Ÿ”’
convert ๐Ÿ”’
parse_expression
parse_general ๐Ÿ”’
parse_main
parse_module
parse_statement
two_path_components ๐Ÿ”’