Go wrapper for LuaJIT.
Go to file
2025-01-26 07:11:09 -06:00
.idea Add generate to the go.mod 2025-01-25 22:10:49 -06:00
include Move LuaJIT includes to more appropriate dirs 2025-01-24 19:59:52 -06:00
lib Add lua51.dll 2025-01-26 07:11:09 -06:00
.gitignore Initial commit 2025-01-21 12:35:06 -06:00
functions_test.go Implement the wrapper 2025-01-24 19:53:09 -06:00
functions.go Implement the wrapper 2025-01-24 19:53:09 -06:00
generate.go Add generate to the go.mod 2025-01-25 22:10:49 -06:00
go.mod Add generate to the go.mod 2025-01-25 22:10:49 -06:00
LICENSE Initial commit 2025-01-21 12:35:06 -06:00
README.md Initial commit 2025-01-21 12:35:06 -06:00
stack.go Implement the wrapper 2025-01-24 19:53:09 -06:00
table_test.go Implement the wrapper 2025-01-24 19:53:09 -06:00
table.go Implement the wrapper 2025-01-24 19:53:09 -06:00
types.go Implement the wrapper 2025-01-24 19:53:09 -06:00
wrapper_test.go Implement the wrapper 2025-01-24 19:53:09 -06:00
wrapper.go Update library dependencies 2025-01-26 07:08:43 -06:00

LuaJIT-to-Go

Go wrapper for LuaJIT.