Christoffer Lerno

Results 1210 comments of Christoffer Lerno

I am afraid this needs to wait until the asm fixes, when all these are addressed.

The workaround will be the only allowed solution anyway.

There are two ways of doing this: 1. The compiler compiles each project in order. 2. The compiler shells out and invokes itself with the other targets. There are some...

What do you mean by a source-only target type?

Those already exist, you set the target type to "prepare".

Unless there was some additional constraint for interfaces that have a way to explain that one or both methods need to be implemented. I think this is rare.

Note that you can construct a stateful iterator that keeps the current value, and as such is performant. Here is the implementation for linked list: ```c3 struct LinkedListArrayView { LinkedList*...