Expand description
Transform Lua scripts.
Modules§
- generator
- A module that contains the main LuaGenerator trait and its implementations.
- nodes
- The collection of nodes used for the Lua abstract syntax tree.
- process
- Defines how rules can process and mutate Lua nodes.
- rules
- A module that contains the different rules that mutates a Lua block.
Structs§
Enums§
Functions§
- convert_
data - Convert serializable data into a Lua module
- process