Module synoptic::tokens[][src]

Structs

For storing all the data in a token to prevent overwriting This contains the contents, type, start and end of the token This is used to compare tokens to each other to prevent tokens inside tokens

Enums

For storing tokens to put into a string It has a start token, to mark the start of a token It has a text token, for the text inbetween and inside tokens It also has an end token, to mark the end of a token