Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moonfruit/golua

Go Binding for Lua
https://github.com/moonfruit/golua

c cgo go lua

Last synced: about 1 month ago
JSON representation

Go Binding for Lua

Awesome Lists containing this project

README

        

# golua (still in progress)
Go Binding for Lua

TODO:
* [x] Lua standard packages loader
* [x] Package `lpeg` and `re` loader
* [ ] Better error handler
* [ ] Support to write Lua package in Go
* [ ] Support Lua API - `atpanic`
* [ ] Support Lua API - `dump`
* [ ] Support Lua API - `callk`
* [ ] Support Lua debug API
* [ ] Support Lua thread API
* [ ] Support Go User Data
* [ ] Support Lua access Go object through `reflect`
* [ ] Test cover most of codes
* [ ] Move to Lua 5.4 after release