Related articles |
---|
info about OOP interpreter design and functions management? mrfaro@libero.it (Gabriele Farina) (2003-08-10) |
Re: info about OOP interpreter design and functions management? isaac@latveria.castledoom.org (Isaac) (2003-08-15) |
Re: info about OOP interpreter design and functions management? vbdis@aol.com (2003-08-20) |
Re: info about OOP interpreter design and functions management? kamalp@acm.org (2003-09-01) |
Re: info about OOP interpreter design and functions management? mrfaro@libero.it (Gabriele Farina) (2003-09-04) |
From: | "Gabriele Farina" <mrfaro@libero.it> |
Newsgroups: | comp.compilers |
Date: | 10 Aug 2003 10:53:07 -0400 |
Organization: | TIN |
Keywords: | OOP, question |
Posted-Date: | 10 Aug 2003 10:53:07 EDT |
Hi guys,
I'd like to know if there are infos on the web talking about how to
implement an OOP syntax in an interpreted language.
I'd like to know how I can manage class declarations and
initialization.
I got also problems with functions: can someone easilly talk to me how
functions declarations and calling can be managed? I have to save it
in the syntax tree? How? and how can i call them?
Thanks
bye
Return to the
comp.compilers page.
Search the
comp.compilers archives again.