Skip to main content

Module precedence

Module precedence 

Source
Expand description

§Token Precedence

Defines the precedences of tokens in the Monkey programming language.

Enums§

Precdence
Defines the precedences of the Monkey programming language.

Functions§

token_precedence
Returns the precedence of a given token::Token value.