Module tokens

Source
Expand description

The tokens module contains the functions used to parse tokens.

Functionsยง

float
Parse a floating point number from the input stream.
id
Parse an identifier from the input stream. Identifiers are strings that do not start with a question mark.
integer
Parse an integer from the input stream.
var
Parse a variable from the input stream. Variables are identifiers that start with a question mark.