Module geo_aid::script::token

source ·

Structs

A ‘*’ token.
A ‘,’ token.
A ‘.’ token.
A ‘=’ token.
A ‘!’ token.
A ‘>’ token.
A ‘>=’ token.
A ‘(’ token.
A ‘let’ token.
A ‘<’ token.
A ‘<=’ token.
A ‘-’ token.
A name.
A number.
A ‘+’ token.
A point collection composed of point characters and the number of ' characters following them.
Defines a position in the script.
A ‘)’ token.
A ‘;’ token.
A ‘/’ token.
Defines a span in the script.
A ‘|’ token.

Enums

An identifier. Either a point collection or a name.

Functions

Tokenizes the given script.