- Make test.sh script have nicer logging - Add logging for stage passes - Add finalisation step - Make names non-redefinable (force the use of `unname`) - Fix failing tests so they don't fail just because they have no call to `exit(0)` Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
11 lines
113 B
Text
11 lines
113 B
Text
include 'std/std.fa'
|
|
|
|
macro main
|
|
0 as name
|
|
unname name
|
|
0 as name
|
|
|
|
%EXIT_SUCCESS %exit
|
|
end
|
|
|
|
%main
|