Tranquil icon indicating copy to clipboard operation
Tranquil copied to clipboard

A language built on top of the Objective-C runtime, and ABI compatible with Objective-C.

Results 4 Tranquil issues
Sort by recently updated
recently updated
newest added

any thoughts about making a formula for tranquil?

waffle:ready

I just discovered that I'm not properly handling byval passing of structs of floats (and possibly) small ints. structs like `struct { float a,b, c; }` need to be expanded...

bug

Right now syntax errors are absolutely useless. This needs to be addressed ..Hopefully without switching from Greg.

bug
enhancement

Currently boxing is not supported for super messages