_ | |_ __ __ | _/ _/ _| \__\__\__| Tiny C compiler for MCL. Supports MCL versions 1.2 or higher. No additional dependencies required. This C compiler can be used as an alternative to GCC. tcc allows the user to compile portable binaries out of C source code as well as making C scripts that get interpreted by TCC. To make a C file executable, put this into the first line of the file: #!/usr/bin/env -S tcc -run Commands provided by this package: - tcc