Module wagon_parser::parser
source · Expand description
The parser
Modules§
- An assignment.
- An atom.
- A chunk.
- A comparison.
||
&&
- An expression.
**
- Helper methods.
!
- Metadata for the WAG.
- The right-hand-side of a rule.
- A rule.
+
or-
.- An individual symbol.
*
or/
.- A terminal.
- The full WAG tree.
Structs§
- The main parser struct.
Enums§
- Any of the various errors that can occur during parsing.
Traits§
- The main trait for parsing.
Type Aliases§
- Any parse will either return the node we are trying to parse, or a
WagParseError
.