Christoffer Lerno

Results 1219 comments of Christoffer Lerno

Can I close this in favour of a "C backend" issue?

How would we test it?

I will probably want to test it from MacOS, are there any easy helpers to do that?

Software that will help you run and emulate MIPS3 code on MacOS.

Looks non-trivial. Is there a way to bring this to CI?

Yes, that's probably rather inevitable using the current scheme where all .o files are placed in the same directory. Possibly we could rename them?

I am not sure how you mean the initializer, that is in no way correct C3.

That is indeed the right location from a parsing point of view. I only have some doubts as to whether it should be included. C has had .foo = 5...

Adding attributes are in general fine. I just want to make sure all features are used.

There should be an additional `"test-sources": [ "test/**"]` which should be added when invoking "test" to avoid compiling them otherwise. This is not implemented.