language-c-quote icon indicating copy to clipboard operation
language-c-quote copied to clipboard

Results 3 language-c-quote issues
Sort by recently updated
recently updated
newest added

This PR adds support for [ispc](https://ispc.github.io/index.html), which is Intel's data parallel C dialect. We've been using these changes to generate ISPC code for a new backend for the [Futhark compiler](https://github.com/diku-dk/futhark/tree/ispc-main)....

Are generics and type annotations something you are thinking of adding to this package for Obj-C? For example, it's now legal to do something like `NSDictionary*` in Obj-C to annotate...

Once one gets to generating array/structure initializers, the picture quickly gets ugly, forcing one to get down to the AST level and build an array of helper functions increasing in...