Christoffer Lerno
Christoffer Lerno
You currently get the following: `'equals' could not be found, try importing the 'test' module.` If I import `std` I get `Error: 'equals' could not be found in std::core::test.` Is...
I'll assume the answer is "yes" otherwise reopen!
1. It seems wrong that tests and benchmarks are in the same folder? But benchmarks could have its own folder certainly. 2. You can guard an initializer with `@if(env::BENCHMARKING)`. It...
You mean whether there is an option to output C code? If so, no there isn't. It's something that hopefully will happen some time in the future, but it's not...
And one more addition: while there is still changes to the semantics and the language (i.e. 0.6-0.9) it's going to be less fun to support an additional backend. So this...
That said STM32 is an ARM processor, so it would be possible to just be able to cross compile code for it if I enable the ARM target. – But...
The support I have already for RISC-V is probably better than 32-bit ARM. C3 would be able to use a C++ library through a C API, but not directly with...
It should be the same as using C++.
You can try using elf-riscv32 / 64 targets now.