Hello!
My name is Seisei.

I'm modifying the codes of X10 compiler by polyglot.
I think there is a bug in compilation option.

The following is the "shortest" code of X10. So the compilation of this
code will surely succeed.
But if you compile this code with option "-dump dumpall" in order to see
the AST which X10 creates, several errors occur every time in the
process of TypeChecking of the AST translation.

So please try "x10c -dump dumpall Test.x10" or "x10c++ -dump dumpall
Test.x10"

**************************************************************
public class Test {

public static def main(args: Rail[String]) {

}
}
**************************************************************

The University of Tokyo,
Seisei Itahashi


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to