Module parser

Source
Expand description

Statement and expression parser for the EndBASIC language.

Structs§

Parser
Iterator over the statements of the language.

Enums§

Error
Parser errors.

Functions§

parse
Extracts all statements from the input stream.

Type Aliases§

Result
Result for parser return values.