package
2.5.7+incompatible
Repository: https://github.com/traptitech/knoq.git
Documentation: pkg.go.dev
# Functions
Lex tokenizes input and returns TokenStream and error.
NewTokenStream creates new TokenStream of given tokens.
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
# 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
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
# Variables
No description provided by the author
No description provided by the author
# Structs
Token has two fields: Kind and Value Value is used for holding attributes or UUID UUID Value has a canonical RFC-4122 string representation:
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.
TokenStream is peekable and restorable stream of Tokens.