package
0.9.4
Repository: https://github.com/unigraph-dev/dgraph.git
Documentation: pkg.go.dev

# Functions

UCHAR ::= '\u' HEX HEX HEX HEX | '\U' HEX HEX HEX HEX HEX HEX HEX HEX.
IRIREF ::= '<' ([^#x00-#x20<>"{}|^`\] | UCHAR)* '>'.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
error.

# Structs

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

# Type aliases

CheckRune is predicate signature for accepting valid runes on input.
CheckRuneRec is like CheckRune with Lexer as extra argument.
ItemType is used to set the type of a token.
stateFn represents the state of the scanner as a function that returns the next state.