//
pkg.gl
Category
github.com/fealsamh/go-utils
tokeniser
package
0.1.33
Repository:
https://github.com/fealsamh/go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
1
Files
217 SLOC
#
Functions
Tokenise
Tokenise tokenises the content of a reader.
#
Constants
EOF
token types.
Float
token types.
Ident
token types.
Int
token types.
String
token types.
Symbol
token types.
#
Structs
Config
Config is a tokeniser's configuration.
Token
Token is a textual token.
#
Type aliases
TokenType
TokenType is a token's type.