Go wrapper for LuaJIT.
Go to file
2025-01-24 19:53:09 -06:00
.idea Implement the wrapper 2025-01-24 19:53:09 -06:00
luajit@e4fd777d6a Implement the wrapper 2025-01-24 19:53: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
go.mod Implement the wrapper 2025-01-24 19:53:09 -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 Implement the wrapper 2025-01-24 19:53:09 -06:00

LuaJIT-to-Go

Go wrapper for LuaJIT.