go-eval

module
v0.0.0-...-0aa530e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2013 License: BSD-3-Clause

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

Directories

Path Synopsis
cmd
gen
pkg
eval
Package eval is the beginning of an interpreter for Go.
Package eval is the beginning of an interpreter for Go.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL