minilua::EvalResult struct

Result of calling Interpreter::evaluate.

Contents

Contains the return value of the lua code (if any) and the produced source changes.

Public variables

Value value
The return value.
std::optional<SourceChangeTree> source_change
The generated source changes.