niffy icon indicating copy to clipboard operation
niffy copied to clipboard

Parser is too sensitive to code style

Open gootik opened this issue 8 years ago • 0 comments

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;}".

gootik avatar Oct 18 '16 03:10 gootik