first preliminary version of obiscript.

Former-commit-id: 0d2c0fc5e33e0873ba5c04aca4cf7dd69aa83c90
This commit is contained in:
2024-03-06 12:56:44 -03:00
parent b4afd784dc
commit b40015deb7
10 changed files with 739 additions and 4 deletions

7
pkg/obilua/obilib.go Normal file
View File

@@ -0,0 +1,7 @@
package obilua
import lua "github.com/yuin/gopher-lua"
func RegisterObilib(luaState *lua.LState) {
RegisterObiSeq(luaState)
}