[][src]Module ketos::parser

Parses a series of lexer tokens into a code expression.

Structs

ParseError

Represents an error in parsing input.

Parser

Parses a stream of tokens into an expression.

Enums

ParseErrorKind

Describes the kind of error encountered in parsing.