//
pkg.gl
Category
github.com/gobuffalo/plush/v4
parser
package
4.1.22
Repository:
https://github.com/gobuffalo/plush.git
Documentation:
pkg.go.dev
Overview
Versions
5
Dependencies
6
Dependents
6
Files
830 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
+.