Headline/discord-compiler-bot

Add a C shorthand in addition to `;cpp`

jeremy-rifkin opened this issue · 1 comments

It'd be cool to support ;c in addition to ;cpp. Maybe something with _Generic can be hacked together to support all primitive types the expression could evaluate to.

This sounds alright, although I believe the most convenient part of the ;cpp command (;cpp << (expression);) would be tough to represent.