#scope_file #run { compiler :: #import "Compiler"; compiler.set_build_options_dc(.{ do_output = false }); #import,file "./module.jai"(true); #import,file "./encoding/module.jai"(true); #import,file "./hash/module.jai"(true); rmath :: #import,file "./math/module.jai"(.radians, true); // dmath :: #import,file "./math/module.jai"(.degrees, true); // tmath :: #import,file "./math/module.jai"(.turns, true); }