end_of_eden/internal/lua/luhelp
2023-12-22 20:12:22 +01:00
..
callback.go refactor: folder structure 2023-12-22 20:12:22 +01:00
luhelp_test.go refactor: folder structure 2023-12-22 20:12:22 +01:00
luhelp.go refactor: folder structure 2023-12-22 20:12:22 +01:00
mapper.go refactor: folder structure 2023-12-22 20:12:22 +01:00
README.md refactor: folder structure 2023-12-22 20:12:22 +01:00

luhelp

This is the lua helper layer that exposes functions to

  • Map go values to lua ones
  • Map lua values to go ones
  • Bind lua functions to go functions

Naming Conventions

To conform to the naming conventions of both languages, go structs and map keys are converted to snake_case and lua table keys will be converted to CamelCase when passing data.