Module technology.sola.script
Package technology.sola.script.tokenizer
package technology.sola.script.tokenizer
This package provides tokenization functionality for sola-script.
-
ClassDescriptionToken holds information about a recognized token that sola script understands.Tokenizer provides functionality for tokenizing a source string into
Token
s to be parsed and interpreted.TokenType contains all recognized token types for sola script.