riolet / rix

Rix language combines the power of C language and the convenience of a high level language
GNU General Public License v3.0
729 stars 27 forks source link

Functions with no arguments #15

Closed JoePelz closed 9 years ago

JoePelz commented 9 years ago

Functions with no arguments currently do not compile.

Integer: printHello
  print "Hello"
  -> 0

The above currently produces uncompilable C code.

JoePelz commented 9 years ago

Works now.