Add char * which is supposed to work like in C and int

This commit is contained in:
Krzosa Karol
2022-06-12 11:58:36 +02:00
parent 4d6a8efd06
commit cd3098da45
8 changed files with 43 additions and 76 deletions

View File

@@ -181,7 +181,7 @@ int main(int argument_count, char **arguments){
test_intern_table();
#if 1
#if 0
emit_line_directives = true;
if(argument_count > 1){
Scratch scratch;
@@ -203,7 +203,7 @@ int main(int argument_count, char **arguments){
system((const char *)run_program.str);
}
#else
#else
Scratch scratch;
Array<String> files = {scratch};
// files.add("lambdas.kl"_s);