8 printf(
"ugBASIC Compiler TESTER v1.0\n");
9 printf(
"----------------------------\n");
10 printf(
"Copyright 2021-2026 Marco Spedaletti (asimov@mclink.it)\n\n");
11 printf(
"Licensed under the Apache License, Version 2.0 (the \"License\");\n");
12 printf(
"you may not use this program except in compliance with the License.\n\n");
16int main(
int _argc,
char *_argv[] ) {
23 printf(
"################################################\n" );
24 printf(
"############ TEST SUITES ############ \n" );
25 printf(
"################################################\n" );
int suite_fp(Environment *_environment)
int main(int _argc, char *_argv[])
struct _Environment Environment
Structure of compilation environment.