Crate tokenizer_py

source ·

Structs§

  • A struct that can tokenize a string into tokens.

Enums§

  • An enumeration of Python tokens.
  • An enumeration of possible errors that can occur during tokenization.

Constants§

  • The constant OPERATORS contains a string that lists all possible operators that can be used in expressions.