package
1.0.0
Repository: https://github.com/i-sevostyanov/nanodb.git
Documentation: pkg.go.dev

# Functions

Lookup maps an identifier to its keyword token or IDENT (if not a keyword).
New is a short-hand method for creating the new token.

# Constants

+.
Logical operators.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
).
,.
Keywords.
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
Types.
No description provided by the author
No description provided by the author
<.
<=.
No description provided by the author
LowestPrecedence is non-operators precedence.
%.
*.
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

# Structs

Token represents a token or text string returned from the lexer.

# Type aliases

Type is the set of lexical tokens.