Module io

Source
Expand description

Common compiler io functions

Functionsยง

read_file_argv
Reads the file specified in the first command-line argument argv[1] and returns the source.
write_file_argv
Writes a String to the file specified in the second command-line argument argv[2].