# Functions
Compile UTF-8 encoded content and return translation unit with all intermediate results and error handler.
Compile source code and return translation unit with all intermediate results and error handler.
Driver for the compilation process with the given options, source, target, and print writer.
Run module with the emulator.
Run binary target with the emulator.
Ensure target path exists and create and remove empty ensure-file to proof write access.
Export all intermediate representations to the target path.
Return the full path of the target file with the given base file name and extensions.
Persist a module to the given binary target.
# Constants
File extensions for all generated files.
Options for the compilation driver as bit-mask.
Options for the compilation driver as bit-mask.
Options for the compilation driver as bit-mask.
File extensions for all generated files.
File extensions for all generated files.
File extensions for all generated files.
Options for the compilation driver as bit-mask.
File extensions for all generated files.
File extensions for all generated files.
File extensions for all generated files.
File extensions for all generated files.
File extensions for all generated files.
# Variables
ExtensionMap maps file extensions to their string representation.
# Structs
No description provided by the author