Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moonfruit/golua
- Owner: moonfruit
- License: mit
- Created: 2018-10-12T06:44:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T08:36:39.000Z (about 6 years ago)
- Last Synced: 2024-06-20T06:23:45.449Z (6 months ago)
- Topics: c, cgo, go, lua
- Language: C
- Size: 296 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golua (still in progress)
Go Binding for LuaTODO:
* [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