Skip to content

kyleburton/go-eval

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

the beginning of an interpreter for Go (fork off exp/eval)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%