niffy
niffy copied to clipboard
Parser is too sensitive to code style
Seems like some stylings are strict in the C code for niffy to be able to compile. For example the following will not work, because the closing curly is not on a separate line:
square(_A) ->
"int square(int a){
return a * a;}".