[][src]Module mdl_monkey::token

Syntax tokens for the Monkey programming language from https://interpreterbook.com/.

Structs

Integer

An integer value and its associated radix.

Enums

Radix

The radix or base of an Integer.

Token

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