fixed topological sorting

This commit is contained in:
Lorenzo Torres 2025-12-04 22:24:21 +01:00
parent 597efe5791
commit eed0f40516
3 changed files with 48 additions and 22 deletions

View file

@ -1,19 +1,11 @@
import std;
struct b {
a b,
a ciao,
}
struct c {
u32 b,
u32 test,
}
struct a {
c b,
}
i32 main(i32 argc, [*[*u8]] argv)
{
print("Hello world!\n");
return 0;
c hello,
}