begin untangling source file & path tree building in converter/maker/baker; this cannot happen as another implicitly-mutated-context thing that magically happens behing a top-level 'baking' function. instead, this needs to be constructed according to the rules of the user, and passed to baking stages as a batch

This commit is contained in:
Ryan Fleury
2024-02-20 16:32:09 -08:00
parent 7581a6866d
commit 529262d471
6 changed files with 361 additions and 219 deletions
+1
View File
@@ -642,6 +642,7 @@ entry_point(int argc, char **argv)
bake_params.units = convert_out->units;
bake_params.types = convert_out->types;
bake_params.udts = convert_out->udts;
bake_params.src_files = convert_out->src_files;
bake_params.global_variables = convert_out->global_variables;
bake_params.thread_variables = convert_out->thread_variables;
bake_params.procedures = convert_out->procedures;