//
pkg.gl
Category
github.com/bart84ek/plush
parser
package
3.8.2+incompatible
Repository:
https://github.com/bart84ek/plush.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
6
Dependents
0
Files
707 SLOC
#
Functions
Parse
Parse the string and return an AST or an error.
#
Constants
ANDOR
|| or &&.
CALL
myFunction(X).
EQUALS
==.
INDEX
array[index].
LESSGREATER
> or <.
LOWEST
.
PREFIX
-X or !X.
PRODUCT
*.
SUM
+.