Daroc Alden
Daroc Alden
I was testing out Magma, and I had this simple test code: ```` cmacro_import "fn/lazy.c" int main(void) { return force (delay 1); } ```` But cmc gave the following error:...
This would close #21 - allowing Shredder to be used in `no-std` environments. This uses the [no-std-compat](https://crates.io/crates/no-std-compat) crate to provide an easy transition. Mutexes and RwLocks are provided by the...
## Overview I wanted to start working on #499, but it wasn't entirely clear to me how the parser was structured, and therefore how it would be best to abstract...
The travis tests are failing to install 'maven2' when setting up their environment. I suspect that this can just be the 'maven' package?