Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Token ¶
type Token int
Token represents a single Rego source code token for use by the Parser.
const ( Illegal Token = iota EOF Whitespace Ident Comment Package Import As Default Else Not Some With Null True False Number String LBrack RBrack LBrace RBrace LParen RParen Comma Colon Add Sub Mul Quo Rem And Or Unify Equal Assign In Neq Gt Lt Gte Lte Dot Semicolon Every Contains If )
All tokens must be defined here
Click to show internal directories.
Click to hide internal directories.