//
pkg.gl
Category
github.com/Permify/permify
pkg
dsl
parser
package
1.1.3
Repository:
https://github.com/permify/permify.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
7
Dependents
10
Files
800 SLOC
#
Functions
NewParser
NewParser creates a new Parser object with the given input string.
#
Constants
AND_OR_NOT
AND_OR_NOT precedence level for logical operators (AND, OR).
LOWEST
LOWEST precedence level for lowest precedence.
#
Structs
Parser
Parser is a struct that contains information and functions related to parsing.