5 Going to setup the file manager at compile time so that locations do not need
6 to be constant resetup for compilation each time.
10 Already wrote file manager code, so I can just import it.
14 Actually, having the `CompilerOutput` brought in would be handy.
18 Then I do not need a temporary directory at all.
22 Actually, it would be best if sources were limited to a single directory as
23 that would simplify the implementation.
27 So the next thing to do, would be to take a walk. Then when I return I will
28 have to write the output manifest which is translated from the input source
29 manifest. So I would need to know API dependencies and such as the profile
30 and configurations used.
34 The manifest writer should be split off because in a minimal runtime one
35 will never need to actually write manifests at all.