Module multi_file_driver

Expand description

The multi_file_driver module provides functionality for multi-file compilation and linking.

Enums§

MultiFileError
An error returned by the multi-file compiler and linker.

Functions§

compile_and_link
Compiles the given set of source files into object files and then links them together to produce an executable binary file.