Module passerine::compiler::token[][src]

Enums

These are the different tokens the lexer will output. Tokens with data contain that data, e.g. a boolean will be a Data::Boolean(...), not just a string. Tokens can be spanned using Spanned<Token>.