apl-cornell / fabric

Distributed persistent programming language with secure information flow types
http://www.cs.cornell.edu/projects/fabric/
Other
28 stars 4 forks source link

Multidimensional array support #29

Open tmagrino opened 6 years ago

tmagrino commented 6 years ago

Currently, we appear to disallow multidimensional arrays in the FabIL compiler. There's an error thrown in src/compiler/fabil/extension/NewFabricArrayExt_c.java in the rewriteProxiesImpl method. Would be great if we could support this.

tmagrino commented 6 years ago

Credit to @karannewatia for notifying me of this bug.