package
1.1.0
Repository: https://github.com/moutend/codespeak.git
Documentation: pkg.go.dev

# Functions

GetKind returns kind of a rune.
IsAlphabet matches `[a-zA-Z]`.
IsNumber matches [0-9].
IsSymbol matches non-alphanumeric characters.
Split converts string to Token slice.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Token contains splitted words.

# Type aliases

Kind represents a kind of token.