language-c-quote v0.11.5 Release Notes

Release Date: 2016-03-30 // about 8 years ago
  • ➕ Added

    • ➕ Added ToConst and ToExp instances for Int/Word types (Emil Axelsson)
    • Expression and statement raw string escapes (Kosyrev Serge)
    • 👍 Partial support for C++11 lambda expressions in CUDA code (Michał Wawrzyniec Urbańczyk)

    🛠 Fixed

    • 🖨 #64 Negated negative constants do not correctly pretty-print.
    • #59 No obvious way to generate macro code -- not even through $esc:(... :: String)
    • #51 Objective-C anti-quotations for interface decls broken