Todo List
- page MiniLua
generating source changes (aka allowing a function to be reversible)
How to work with values, operators, visit, source change tracking, origin
- Class minilua::
ExternalOrigin - future use could include allowing to specify a function to change the external value (like it is possible for values produced from literals).
- Class minilua::
io:: FileHandle Allow the user of the library to overwrite default file open behaviour.
Implement stdin/stdout/stderr streams using another derived class that uses C++ streams.