WhileyCompiler
WhileyCompiler copied to clipboard
Update WyIL format for RFC#0003
This is a preparatory step for RFC#0003. The goal is to update the WyIL file format to support:
- Fixed sized signed and unsigned integers (e.g.
u32andi64) - Fixed size arrays (e.g.
int[3]) - Fixed index arrays (e.g.
int[i32])
However, this issue does not update other parts of the compiler, such as the parser and type checker --- these will be updated separately.