WhileyCompiler icon indicating copy to clipboard operation
WhileyCompiler copied to clipboard

The Whiley Compiler (WyC)

Results 43 WhileyCompiler issues
Sort by recently updated
recently updated
newest added

Currently, `RecursiveSubtypeTests` has had all tests marked as `@Ignore`. This is because there is no way to parse a recursive type anymore. Would still be useful to bring this back...

The docs say all over that verification happens at compile time, but when I try e.g. the following, derived from the example in the docs: ``` import std::io public export...

Hi I am creating a mini language as a compiler learning project that I hope to publish - and one of the things I am trying to figure out is...