This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Expressions Status and Oustanding Tasks


Keith> "2) Inferior function calls."

This included operator overloading -- I believe Sami is looking into
some of that right now.  He mentioned the "cout << foo" case; I wasn't
sure if he was going to work on explicit use of the operator keyword
as well.

Some other stuff I know or suspect is missing:

* 'new' and 'delete' aren't implemented at all
* I suspect implicit conversions (via constructors) don't work
* C++ cast operators (like reinterpret_cast) are not implemented
* I suspect that default arguments to functions don't work

There's probably more that we haven't stumbled across yet.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]