Expand description
Parse Essence using the tree-sitter-essence tree-sitter grammar.
Modules§
Macros§
- child
- Get the i-th child of a node, or return a syntax error with a message if it doesn’t exist.
- field
- Get the named field of a node, or return a syntax error with a message if it doesn’t exist.
- named_
child - Get the i-th named child of a node, or return a syntax error with a message if it doesn’t exist.
Enums§
Functions§
- parse_
essence - parse_
essence_ file - parse_
essence_ file_ native - Parse an Essence file into a Model using the tree-sitter parser.
- parse_
essence_ with_ context - parse_
expr - parse_
exprs - parse_
literal