https://github.com/alexeyco/binder
High level go to Lua binder. Write less, do more.
https://github.com/alexeyco/binder
go golang lua
Last synced: 9 months ago
JSON representation
High level go to Lua binder. Write less, do more.
- Host: GitHub
- URL: https://github.com/alexeyco/binder
- Owner: alexeyco
- License: mit
- Created: 2017-04-02T17:14:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T19:44:46.000Z (over 3 years ago)
- Last Synced: 2024-07-31T20:51:18.083Z (over 1 year ago)
- Topics: go, golang, lua
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 75
- Watchers: 3
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go-cn - binder - lua](https://github.com/yuin/gopher-lua)。 [![近三年未更新][Y]](https://github.com/alexeyco/binder) [![godoc][D]](https://godoc.org/github.com/alexeyco/binder) (可嵌入的脚本语言 / 检索及分析资料库)
- awesome-go - binder - Go to Lua binding library, based on [gopher-lua](https://github.com/yuin/gopher-lua). (Embeddable Scripting Languages / Search and Analytic Databases)
- awesome-go - binder - Go to Lua binding library, based on [gopher-lua](https://github.com/yuin/gopher-lua). (Embeddable Scripting Languages / Advanced Console UIs)
- awesome-go - binder - High level go to Lua binder. Write less, do more. - ★ 21 (Embeddable Scripting Languages)
- awesome-go-plus - binder - Go to Lua binding library, based on [gopher-lua](https://github.com/yuin/gopher-lua).  (Embeddable Scripting Languages / Search and Analytic Databases)
- awesome-go - binder - Go to Lua binding library, based on [gopher-lua](https://github.com/yuin/gopher-lua). (Embeddable Scripting Languages / Search and Analytic Databases)
- awesome-go - binder - lua](https://github.com/yuin/gopher-lua). | - | - | - | (Embeddable Scripting Languages / Advanced Console UIs)
- awesome-go - binder - Go to Lua binding library, based on [gopher-lua](https://github.com/yuin/gopher-lua). - :arrow_down:0 - :star:12 (Embeddable Scripting Languages / Advanced Console UIs)
- awesome-go - binder - Go to Lua binding library, based on [gopher-lua](https://github.com/yuin/gopher-lua). (Embeddable Scripting Languages / Search and Analytic Databases)
- fucking-awesome-go - binder - Go to Lua binding library, based on <b><code> 6789⭐</code></b> <b><code> 689🍴</code></b> [gopher-lua](https://github.com/yuin/gopher-lua)). (Embeddable Scripting Languages / Search and Analytic Databases)
- awesome-go - binder - Go to Lua binding library, based on [gopher-lua](https://github.com/yuin/gopher-lua). (Embeddable Scripting Languages / Advanced Console UIs)
- awesome-go-cn - binder - lua](https://github.com/yuin/gopher-lua)的go语言Lua 接口, (脚本语言与嵌入式编程 / SQL 查询语句构建库)
- awesome-go-extra - binder - 04-02T17:14:52Z|2022-07-07T19:44:46Z| (Embeddable Scripting Languages / Advanced Console UIs)
- awesome-go - binder - Go to Lua binding library, based on [gopher-lua](https://github.com/yuin/gopher-lua). (Embeddable Scripting Languages / Search and Analytic Databases)
- awesome-go - binder - 转到基于[gopher-lua](https://github.com/yuin/gopher-lua)的 Lua绑定库。 (<span id="嵌入式脚本语言-embeddable-scripting-languages">嵌入式脚本语言 Embeddable Scripting Languages</span> / <span id="高级控制台用户界面-advanced-console-uis">高级控制台用户界面 Advanced Console UIs</span>)
- awesome-go-cn - binder - lua](https://github.com/yuin/gopher-lua)转到Lua绑定库。 (Go to Lua binding library, based on [gopher-lua](https://github.com/yuin/gopher-lua).) (Embeddable Scripting Languages / Advanced Console UIs)
- awesome-go-with-stars - binder - Go to Lua binding library, based on <code> 6792</code> [gopher-lua](https://github.com/yuin/gopher-lua). (Embeddable Scripting Languages / Search and Analytic Databases)
- awesome-go - binder - Go to Lua binding library, based on [gopher-lua](https://github.com/yuin/gopher-lua). (Embeddable Scripting Languages / Search and Analytic Databases)
- awesome-Char - binder - Go to Lua binding library, based on [gopher-lua](https://github.com/yuin/gopher-lua). (Embeddable Scripting Languages / Advanced Console UIs)
- awesome-go-cn - binder - lua](https://github.com/yuin/gopher-lua)。 [![godoc][D]](https://godoc.org/github.com/alexeyco/binder) (可嵌入的脚本语言 / 检索及分析资料库)
README
# Binder
High level go to Lua binder. Write less, do more.
[](https://travis-ci.org/alexeyco/binder)
[](https://coveralls.io/github/alexeyco/binder?branch=master)
[](https://goreportcard.com/report/github.com/alexeyco/binder) [](https://godoc.org/github.com/alexeyco/binder)
[](https://github.com/alexeyco/binder)
[](https://github.com/avelino/awesome-go#embeddable-scripting-languages)
Package binder allows to easily bind to Lua. Based on [gopher-lua](https://github.com/yuin/gopher-lua).
*Write less, do more!*
1. [Killer-feature](#killer-feature)
1. [Installation](#installation)
1. [Examples](#examples)
1. [Functions](#functions)
1. [Modules](#modules)
1. [Tables](#tables)
1. [Options](#options)
1. [Killer-featured errors](#killer-featured-errors)
1. [License](#license)
## Killer-feature
You can display detailed information about the error and get something like this:

See [_example/04-highlight-errors](https://github.com/alexeyco/binder/tree/master/_example/04-highlight-errors). And [read more](#killer-featured-errors) about it.
## Installation
```
$ go get -u github.com/alexeyco/binder
```
To run unit tests:
```
$ cd $GOPATH/src/github.com/alexeyco/binder
$ go test -cover
```
To see why you need to bind go to lua (need few minutes):
```
$ cd $GOPATH/src/github.com/alexeyco/binder
$ go test -bench=.
```
## Examples
### Functions
```go
package main
import (
"errors"
"log"
"github.com/alexeyco/binder"
)
func main() {
b := binder.New(binder.Options{
SkipOpenLibs: true,
})
b.Func("log", func(c *binder.Context) error {
t := c.Top()
if t == 0 {
return errors.New("need arguments")
}
l := []interface{}{}
for i := 1; i <= t; i++ {
l = append(l, c.Arg(i).Any())
}
log.Println(l...)
return nil
})
if err := b.DoString(`
log('This', 'is', 'Lua')
`); err != nil {
log.Fatalln(err)
}
}
```
### Modules
```go
package main
import (
"errors"
"log"
"github.com/alexeyco/binder"
)
func main() {
b := binder.New()
m := b.Module("reverse")
m.Func("string", func(c *binder.Context) error {
if c.Top() == 0 {
return errors.New("need arguments")
}
s := c.Arg(1).String()
runes := []rune(s)
for i, j := 0, len(runes)-1; i < j; i, j = i+1, j-1 {
runes[i], runes[j] = runes[j], runes[i]
}
c.Push().String(string(runes))
return nil
})
if err := b.DoString(`
local r = require('reverse')
print(r.string('ABCDEFGHIJKLMNOPQRSTUFVWXYZ'))
`); err != nil {
log.Fatalln(err)
}
}
```
### Tables
```go
package main
import (
"errors"
"log"
"github.com/alexeyco/binder"
)
type Person struct {
Name string
}
func main() {
b := binder.New()
t := b.Table("person")
t.Static("new", func(c *binder.Context) error {
if c.Top() == 0 {
return errors.New("need arguments")
}
n := c.Arg(1).String()
c.Push().Data(&Person{n}, "person")
return nil
})
t.Dynamic("name", func(c *binder.Context) error {
p, ok := c.Arg(1).Data().(*Person)
if !ok {
return errors.New("person expected")
}
if c.Top() == 1 {
c.Push().String(p.Name)
} else {
p.Name = c.Arg(2).String()
}
return nil
})
if err := b.DoString(`
local p = person.new('Steeve')
print(p:name())
p:name('Alice')
print(p:name())
`); err != nil {
log.Fatalln(err)
}
}
```
### Options
```go
// Options binder options object
type Options struct {
// CallStackSize is call stack size
CallStackSize int
// RegistrySize is data stack size
RegistrySize int
// SkipOpenLibs controls whether or not libraries are opened by default
SkipOpenLibs bool
// IncludeGoStackTrace tells whether a Go stacktrace should be included in a Lua stacktrace when panics occur.
IncludeGoStackTrace bool
}
```
Read [more](https://github.com/yuin/gopher-lua#miscellaneous-luanewstate-options).
For example:
```go
b := binder.New(binder.Options{
SkipOpenLibs: true,
})
```
### Killer-featured errors
```go
package main
import (
"errors"
"log"
"os"
"github.com/alexeyco/binder"
)
type Person struct {
Name string
}
func main() {
b := binder.New()
// ...
if err := b.DoString(`-- some string`); err != nil {
switch err.(type) {
case *binder.Error:
e := err.(*binder.Error)
e.Print()
os.Exit(0)
break
default:
log.Fatalln(err)
}
}
}
```
Note: if `SkipOpenLibs` is `true`, not all open libs will be skipped in contrast to the basic logic of
[gopher-lua](https://github.com/yuin/gopher-lua). If you set `SkipOpenLibs` to `true`, the following
basic libraries will be loaded: all [basic functions](https://www.lua.org/manual/5.1/manual.html#5.1),
[table](https://www.lua.org/manual/5.1/manual.html#5.5) and [package](https://www.lua.org/manual/5.1/manual.html#5.3).
## License
```
MIT License
Copyright (c) 2017 Alexey Popov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```