package
1.2.0-alpha.8
Repository: https://github.com/codeb2cc/kubernetes.git
Documentation: pkg.go.dev

# Functions

Lookup maps an identifier to its keyword token or IDENT (if not a keyword).
NewFileSet creates a new file set.

# Constants

+.
+=.
&.
&=.
&^.
&^=.
<-.
=.
Keywords.
The list of tokens.
The list of tokens.
'a'.
:.
,.
The list of tokens.
The list of tokens.
The list of tokens.
--.
The list of tokens.
The list of tokens.
:=.
...
The list of tokens.
The list of tokens.
==.
The list of tokens.
123.45.
The list of tokens.
The list of tokens.
>=.
The list of tokens.
The list of tokens.
>.
A set of constants for precedence-based expression parsing.
main.
The list of tokens.
Special tokens.
123.45i.
The list of tokens.
++.
12345.
The list of tokens.
&&.
{.
[.
<=.
||.
non-operators.
(.
<.
The list of tokens.
*.
*=.
!=.
The zero value for Pos is NoPos; there is no file and line information associated with it, and NoPos().IsValid() is false.
!.
|.
|=.
The list of tokens.
.
/.
/=.
The list of tokens.
}.
].
%.
%=.
The list of tokens.
).
The list of tokens.
;.
<<.
<<=.
>>.
>>=.
"abc".
The list of tokens.
-.
-=.
The list of tokens.
The list of tokens.
A set of constants for precedence-based expression parsing.
The list of tokens.
^.
^=.

# Structs

A File is a handle for a file belonging to a FileSet.
A FileSet represents a set of source files.
Position describes an arbitrary source position including the file, line, and column location.

# Type aliases

Pos is a compact encoding of a source position within a file set.
Token is the set of lexical tokens of the Go programming language.