Expand description
Handwritten recursive-descent parser for the wasmsh shell.
Consumes tokens from wasmsh-lex and produces an AST defined
in wasmsh-ast. No parser generators are used.
Structs§
- Parse
Error - Parse errors with span information.
Functions§
- parse
- Parse a complete shell source string into a
ProgramAST.