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§
Functions§
- parse_
inline_ expr_ from_ str - parse_
toplevel_ items - parse_
toplevel_ items_ from_ span - Parse all the toplevel items in
src
betweenoffset
andend_offset
. - placeholder_
symbol