#import "Basic"; #import "String"; #import "Compiler"; #import "File"; #import "File_Utilities"; #import "Autorun"; // ---------------------------------------- // config // ------ // For a template example, visit `templates/minimal/rules_minimal.jai` // Which template should be used by default // (You can list all templates with `jinit -l`) SET_DEFAULT_TEMPLATE :: "arg"; // You can include this "marker" in your templates/rules // and replace them at runtime with `jinit -t