Crate darklua_core

Source
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§

BundleConfiguration
Configuration
DarkluaError
Options
Parser
ParserError
Resources
WorkerTree

Enums§

GeneratorParameters

Functions§

convert_data
Convert serializable data into a Lua module
process