Module tokenizer

Source
Expand description

Core tokenizer for the language, defines all variants a token may have

Modules§

keyword
Keyword definitions and global randomizer

Structs§

Token
A token with respect to it’s location in the token stream
TokenizeError
An error during tokenization

Enums§

TokenTag
All tags for a token

Traits§

Tokenizable
Any object that can be transformed into a token stream

Type Aliases§

Result
An result type for tokenizing