Skip to content

andradeandrey/go-eval

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-eval

This is the new home for the exp/eval package: the beginning of an interpreter for Go.

Installation:

go get github.com/sbinet/go-eval/pkg/eval
go get github.com/sbinet/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