Module rsc::lexer

source ·
Expand description

For making notable symbols and words out of text.

Enums

All functions assume the next factor immediately following to be their argument. Functions cannot contain more than a single argument. This may be changed in the future.

Functions

Turn a string into a vector of tokens. This function generally takes the most time, compared to parsing and computing. It is best to run this function as few times as reasonably possible.