collection of functions to compile a story.json to story.bin
Definition compilation_results.h:13
std::vector< std::string > error_list
list of errors/warnings
Definition compilation_results.h:15
stores results from the compilation process
Definition compilation_results.h:18
error_list warnings
list of all warnings generated
Definition compilation_results.h:19
error_list errors
list of all errors generated
Definition compilation_results.h:20