Matteo Cardinaletti
Matteo Cardinaletti
@lerno is this feature still incomplete in some way? By simply adding `"test-sources": [ "test/**"]` to `project.json` the compiler works as I expect, except for a warning about an unknown...
I'm not sure if I understood this correctly so I made an example. foo/src/main.c3 ``` module foo; fn void main() { hello(); } ``` foo/test/test.c3 ``` module foo; import std::io;...
I tested a bit, it seems to be so
Hi, new here. I was trying to solve this issue and I also added the type to the globals as well. I will try to add also the init value....
Yes. There are a few expressions that I really cannot trigger so I wasn't able to output a specific value for them, instead I outputted a `TODO:` with the corresponding...