# Packages
Package builder exposes an API to create an Alloy configuration file by constructing a set of tokens.
# Constants
+.
&&.
=.
true.
,.
// Hello, world!.
/.
.
End-of-file.
==.
1234.0.
>.
>=.
Levels of precedence for operator tokens.
foobar.
Invalid token.
[.
{.
Literal text.
non-operators.
(.
<.
<=.
%.
*.
!=.
!.
null.
1234.
||.
^.
].
}.
).
"foobar".
-.
\n.
Levels of precedence for operator tokens.
# Variables
NoPos is the zero value for Pos.
# Type aliases
Token is an individual Alloy lexical token.