Crate garden_lang_parser

Source

Modules§

ast
Syntax tree definitions for Garden.
diagnostics
lex
position
visitor

Macros§

msgcode
A macro that wraps Code(format!(“foo”)) to make it easier to write error messages.
msgtext
A macro that wraps Text(format!(“foo”)) to make it easier to write error messages.

Enums§

ParseError

Functions§

parse_inline_expr_from_str
parse_toplevel_items
parse_toplevel_items_from_span
Parse all the toplevel items in src between offset and end_offset.
placeholder_symbol