mirror of
https://github.com/BigJk/end_of_eden.git
synced 2026-02-06 18:57:21 +00:00
| .. | ||
| callback.go | ||
| luhelp_test.go | ||
| luhelp.go | ||
| mapper.go | ||
| README.md | ||
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.