Registry / utility / paesslerag-gval

paesslerag-gval

JSON →
library1.2.4gogounverified

Package gval provides a generic expression language for evaluating expressions in Go.

go get github.com/PaesslerAG/gval
INSTALL
IMPORT
SIG · PAESSLERAG-GVAL
P
paesslerag-gval
utilitygov1.2.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gval
github.com/PaesslerAG/gval

Evaluate a simple arithmetic expression.

package main import ( "fmt" "github.com/PaesslerAG/gval" ) func main() { value, _ := gval.Evaluate("2 + 3", nil) fmt.Println(value) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
paesslerag-gval — go get paesslerag-gval · libregistry