Whiley / WhileyCompiler

The Whiley Compiler (WyC)
http://whiley.org
Apache License 2.0
219 stars 36 forks source link

Create Sizeable Interface #1068

Open DavePearce opened 3 years ago

DavePearce commented 3 years ago

The purpose of this interface is to help assess memory requirements. It is defined something like this:

interface Sizeable {
   int sizeOf();
}

Various interfaces should implement it, including Content.