octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pluging hooks in the parser?


From: Michael Goffioul
Subject: Re: Pluging hooks in the parser?
Date: Thu, 14 Jun 2007 10:13:26 +0200

On 6/14/07, John W. Eaton <address@hidden> wrote:
| Maybe it's still possible to emulate all this (although it might become very
| tricky). But I thought that a more generic implementation could be based on
| some parser hooks. So I just wanted to know whether this was imaginable.

Yes, I suppose so.  Since this involves symbol lookup, it would
probably be best to work on the object branch or wait until the new
symbol table code is merged with the CVS trunk.

Indeed. I don't know how this could be implemented, but from a java perpective
(which is why I'm asking), looking for the symbol "java" alone wouldn't work
as this does not have any meaning in the JVM. What has a meaning is the
full class name "java.lang.String". This might have some impact on possible
implementations.

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]