//
pkg.gl
Category
github.com/dfirebaugh/punch
internal
parser
package
0.0.0-20240203023924-cad9b243799c
Repository:
https://github.com/dfirebaugh/punch.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
2
Files
1.1k SLOC
#
Functions
New
No description provided by the author
#
Constants
ASSIGN
=.
CALL
myFunction(X).
COND
OR or AND.
EQUALS
== or !=.
HIGHEST
precedence order.
INDEX
array[index], map[key].
LESSGREATER
> or <.
LOWEST
precedence order.
MOD
%.
POWER
**.
PREFIX
-X or !X.
PRODUCT
* or /.
REGEXP_MATCH
!~ ~=.
SUM
+ or -.
TERNARY
? :.
#
Structs
Parser
No description provided by the author
#
Interfaces
ParseFn
No description provided by the author