Crate som_parser_text
source ·Expand description
This crate serves as the syntactical analyser (parser) for the Simple Object Machine.
This particular version of the parser works with by directly reading the source code text, thus it does not need any lexical analysis stage before it.
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.