[−][src]Module darklua_core::process
Defines how rules can process and mutate Lua nodes.
Structs
DefaultVisitor | The default node visitor. |
Traits
NodeProcessor | Used by the NodeVisitor trait, a NodeProcessor object is passed to each node to perform mutations. |
NodeVisitor | A trait that defines method that iterates on nodes and process them using a NodeProcessor. |