end_of_eden/lua/luhelp
2023-05-10 20:12:14 +02:00
..
callback.go Added documentation. 2023-05-10 20:12:14 +02:00
luhelp_test.go Refactor and lua documentation generator. 2023-04-30 11:56:26 +02:00
luhelp.go Added documentation. 2023-05-10 20:12:14 +02:00
mapper.go Added documentation. 2023-05-10 20:12:14 +02:00
README.md Refactor and lua documentation generator. 2023-04-30 11:56:26 +02: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.