package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Jan 15, 2026
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Rendered for windows/amd64
func Eval(expression string, env interface{}) (interface{}, error)
Eval parses and executes an expression.
func Get(obj interface{}, expression string) (interface{}, error)
Get retrieves a property or calls a method using an expression.
func Put(obj interface{}, expression string, value interface{}) error
Put sets a property using an expression.
Store retrieves a COM object (IDispatch) using an expression.
Program represents a compiled expression.
Compile parses an expression.
Run executes a compiled Program against an environment.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.