[][src]Module mdl_monkey::token

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

Structs

Float

A f64 value stored as raw bits.

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.