Tau Reflection Generator Release 1.0
Pre-release
Pre-release
A working executable of the Tau Reflection Generator. This shouldn't require any external DLL's, apart from the standard C library.
To run the example use the command TauReflectionGenerator.exe --base-loc . -o Test.generated.hpp Test.hpp
. This will generate the required base header as well as the reflection data. From there the Test.cpp
file can be easily compiled.