Gankra / abi-cafe

Pair your compilers up at The ABI Cafe!
https://faultlore.com/abi-cafe/book/
223 stars 15 forks source link

c claims to implement print/assert writers but doesn't really #52

Open Gankra opened 3 months ago

Gankra commented 3 months ago

the emitted code is gibberish. i stubbed it out and never went back to it, whoops!

Gankra commented 3 months ago

NB the annoying/big thing to do here is implement "kdl type => c format specifier" translation. Right now we just %d everything!

Also picking the appropriate assert function (ideally a release assert).