Expand description

This crate serves as the syntactical analyser (parser) for the Simple Object Machine.

This particular version of the parser works with the tokens outputted by the lexical analyser, instead of directly reading text.

Modules§

  • SOM-specific parser combinators.

Functions§

  • Applies a parser and returns the output value if the entirety of the input has been parsed successfully.
  • Parses the input of an entire file into an AST.