D port of dmd: Lexer, Parser, AND CodeGenerator fully operational

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Mar 7 12:46:30 PST 2012


Hi,

which version of the compiler can this be built with?

I get this with 2.058:
dmd\binExp.d(324): Error: function dmd.binExp.EqualExp.isBit of type
bool() overrides but is not covariant with
dmd.expression.Expression.isBit of type int()
dmd\binExp.d(324): Error: function dmd.binExp.EqualExp.isBit does not
override any function


More information about the Digitalmars-d-announce mailing list