Re: two-tier class thoughts (part 2)
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
Serge Orlov wrote:
> If we end up with a factory, how we are going to call factory
> functions? Klass.factory_.fromString('...') ? I thought code block
> under the word "class:" will be found right in the Klass object later.
My last proposal had an interpreter rule to solve that problem.
> Overall I like your changes but there is unresolved problem
> with nested classes.
I don't think that would be too big a problem to solve. I have a bigger
problem with method calling. I'm pretty much back to the drawing board.