Basic compound parsing, maybe I should unify with calls again

This commit is contained in:
Krzosa Karol
2022-06-10 23:03:21 +02:00
parent cf1237f449
commit 7365d6aa88
4 changed files with 75 additions and 7 deletions

View File

@@ -200,9 +200,6 @@ int main(int argument_count, char **arguments){
system((const char *)run_program.str);
}
else{
}
#endif
Scratch scratch;
Array<String> files = {scratch};