Closed alegnani closed 6 days ago
--disable-prelude
IArray
/@ predicate pred(in: {1, 1}) @/
true
false
1 << 24
/*@ ... @*/
/@ ... @/
0x42
--disable-prelude
flag to omit the tranpilation prelude from the outputIArray
e.g.true
andfalse
literals1 << 24
without the performance penalty/*@ ... @*/
to/@ ... @/
, enabling the use of C preprocessor macros in annotations (fixes #49)0x42