tsmithe / anic

Automatically exported from code.google.com/p/anic
0 stars 0 forks source link

Compiler returning empty binary files #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I checked out the code like this: hg clone https://anic.googlecode.com/hg/
Then i run make && make test && make install.
Everything went OK.

But when i try to compile tst/test.ani (like this: anic test.ani -v) i get
this:

...
    |||-getChopsticks
    ||||-{}
    |||-returnChopsticks
    ||||-{}
    |||||-cs1
    |||||-cs2
    |||-eat
    ||||-{}
    |||||-cs1
    |||||-cs2
    |||-loopback
    |-numPhils
    |-philStream
    |-{}
    ||-{}
anic: Tracing type flow....
anic: Semantics successfully mapped.

The file a.out is created, but is totally empty!

Original issue reported on code.google.com by vdvl...@gmail.com on 19 Feb 2010 at 2:30

GoogleCodeExporter commented 9 years ago
I am experiencing the same on OS X 10.6.2

Original comment by ivat...@gmail.com on 20 Feb 2010 at 8:12

GoogleCodeExporter commented 9 years ago
This isn't a bug, and it's not OS-dependent; it's a result of the compiler not 
being 
ready yet :-)!

Of course, it's constantly being worked on, though writing a compiler and 
administrating an unprecedented programming language is a huge task for one 
person, 
especially when it's purely volunteer work and real-world bills need to be paid 
:P.

Of course, any help is highly appreciated -- see the discussion group.

I'm leaving this as an accepted/open issue so that it doesn't get duplicated.

Cheers!
Adrian (project lead)

Original comment by ultimus@gmail.com on 23 Feb 2010 at 9:43

GoogleCodeExporter commented 9 years ago
Hi!  Is there a tag or something for a version that will at least run some of 
the tutorial?  Thanks.

Original comment by a...@ajitgeorge.com on 15 Aug 2012 at 3:08