10 lines
203 B
Text
10 lines
203 B
Text
#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);
|
|
}
|
|
|
|
|
|
|