Compiling multiple examples
This commit is contained in:
3
main.cpp
3
main.cpp
@@ -228,6 +228,7 @@ int main(int argument_count, char **arguments){
|
||||
program_name = string_from_cstring(arguments[1]);
|
||||
}
|
||||
|
||||
compile_file(program_name);
|
||||
compile_file("examples/runtime_type_information.kl"_s);
|
||||
compile_file("examples/types_as_first_class_values.kl"_s);
|
||||
__debugbreak();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user