Categorygithub.com/kyleburton/go-eval
repository
0.0.0-20131016153649-0aa530e9b270
Repository: https://github.com/kyleburton/go-eval.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

go-eval

This is a fork of https://github.com/sbinet/go-eval

This fork is used by https://github.com/kyleburton/go-abtab to provide expression support in the @abgrep@ utility. The changes in the fork focus on allowing variables to be injected into the evaluation runtime.

Installation::

go get github.com/kyleburton/go-eval/pkg/eval go get github.com/kyleburton/go-eval/cmd/go-eval

Usage::

$ go-eval

hello := "world" println(hello) world

Documentation:

http://gopkgdoc.appspot.com/pkg/github.com/sbinet/go-eval/pkg/eval