package
2.17.0
Repository: https://github.com/d5/tengo.git
Documentation: pkg.go.dev

# Functions

Lookup returns corresponding keyword if ident is a keyword.

# Constants

+.
+=.
&.
&=.
&^.
&^=.
=.
List of tokens.
List of tokens.
:.
,.
List of tokens.
List of tokens.
--.
:=.
...
List of tokens.
List of tokens.
==.
List of tokens.
List of tokens.
List of tokens.
List of tokens.
List of tokens.
List of tokens.
>.
>=.
List of tokens.
List of tokens.
List of tokens.
List of tokens.
List of tokens.
List of tokens.
++.
List of tokens.
&&.
{.
[.
<.
<=.
||.
LowestPrec represents lowest operator precedence.
(.
*.
*=.
!.
!=.
|.
|=.
.
?.
/.
/=.
}.
].
%.
%=.
List of tokens.
).
;.
<<.
<<=.
>>.
>>=.
List of tokens.
-.
-=.
List of tokens.
List of tokens.
^.
^=.

# Type aliases

Token represents a token.