[antlr-interest] Help w/ Function Overloading

Peggy Fieland madcapmaggie at yahoo.com
Tue Aug 9 07:06:59 PDT 2005


Bryan,

How about the c++ scheme, which ties the function
signature to the return type and the types of the
parameters (mangling/demangling)?  See g++ code, gdb
code, probably others but you can check the website.

Peggy

--- Prashant Deva <prashant.deva at gmail.com> wrote:

> Again you are not specific enough for me to help you
> out with anything :-)
> 
> PRASHANT
> 
> On 8/9/05, Bryan Ewbank <ewbank at gmail.com> wrote:
> > Ahh.  Caffeine.
> > 
> > Thanks, Prashant.
> > 
> > Perhaps I'm looking for something that doesn't
> exist because it is so
> > obvious ;-)  Yes, I've already done that part. 
> The problem I'm having
> > is more in resolving function calls, and in
> in-lining the functions --
> > tieing arguments to parameters in the body of the
> function.
> > 
> > On 8/9/05, Prashant Deva <prashant.deva at gmail.com>
> wrote:
> > > When the function is actually called, first get
> the name and then
> > > depending on the args put the call to the
> approrpiate function.
> > >
> > > But i guess you already know this.
> > > So what exactly are you looking for?
> >
> 



More information about the antlr-interest mailing list