package
1.1.3
Repository: https://github.com/permify/permify.git
Documentation: pkg.go.dev

# Functions

IsIgnores - checks if the given Type is an ignored token type.
LookupKeywords - looks up a keyword in the keywords map and returns its corresponding Type.
New - creates a new Token with the given type and literal value.

# 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
Symbols */.
No description provided by the author
No description provided by the author
No description provided by the author
Keywords */.
Special Types */.
No description provided by the author
No description provided by the author
No description provided by the author
Identifiers & Literals */.
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
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
No description provided by the author
No description provided by the author
No description provided by the author
Comments */.
Whitespace */.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

PositionInfo - represents the current position in the input source code.
Token - represents a lexical token in the input source code.
WithIgnores - is a helper struct that includes a token and a list of ignored tokens.

# Type aliases

Type - defines a custom type for tokens.