Christoffer Lerno

Results 1219 comments of Christoffer Lerno

Added `--riscv-cpu` as well. I started with rvi, rvimac, rvimafc, rvgc, rvgcv. GC/GCV contain a bit more than just the major features, it might be good to check if this...

This should now work properly.

The reason why the anonymous macros might be okay, is because we already have lambdas. And these are the macro counterpart.

Semantics are unclear @BWindey... maybe

I'm inclined to drop this feature as it is fairly big.

Just update it and the pull request should update. I always squash pull requests in the end, so it doesn't matter if there are multiple commits.

Oh, I noticed there were no tests, can you add some tests? You can look into /test/unit/stdlib for examples. Just something to check what happens if each is called in...

I grab the llvm binaries from the LLVM org directly. If you look at this: https://github.com/c3lang/c3c/blob/master/.github/workflows/main.yml You can scroll down and see exactly the commands that are run to build...

Also, the first PR and getting the hang of what's needed is always a bit of a learning experience. Don't worry about it.