Update README.md
This commit is contained in:
parent
264f15fd00
commit
dec1301907
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
# The Tengo Language
|
||||
|
||||
[![GoDoc](https://godoc.org/github.com/d5/tengo?status.svg)](https://godoc.org/github.com/d5/tengo/script)
|
||||
[![cover.run](https://cover.run/go/github.com/d5/tengo.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fd5%2Ftengo)
|
||||
|
||||
Tengo is an embeddable script language for Go.
|
||||
|
||||
Tengo is [fast](#benchmark) as it's compiled to bytecode and executed on stack-based VM that's written in native Go.
|
||||
|
|
Loading…
Reference in a new issue