[][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

Token

The types of tokens recognized by a Lexer, along with their associated data if applicable.