[][src]Module mdl_monkey::lexer

A lexer for the Monkey programming language from https://interpreterbook.com/.

Structs

Lexer

Lexes input and produces a stream of Tokens for the Monkey programming language.

Enums

Error

Specifies the different classes of errors which may occur.

Type Definitions

Result

A Result type specialized use with for an Error.