[Gambas-user] interpreter?

Benoît Minisini gambas at ...1...
Tue Jan 21 21:45:56 CET 2003


Le Lundi 20 Janvier 2003 14:34, Jochen Georges a écrit :
> hi benoit and gambas-gourmets,
>
> i read your mail and had a look at the *cpp source, ....
> ouuuuhaaa - that's too much for me.
>
> but i have question, what is the interpreter doing?
>
> is he making c++ code out of my *class and *form files?
> which is executed?
> i hope it is exact enough.
>
> next try:
> i don't know the connections between "gambas-basic" in the *class
> files, "gambas-form-"template"" in the *form file the qt-classes
> (written in c++).
>
> thanks for any hint
>
> beste gruesse
> jochen
>
>
>
> p.s.: sure, i had a look at the picture
> (http://gambas.sourceforge.net/ - Architecture)

The interpreter loads in memory the files generated by the compiler, and then 
executes them, as needed. The functions and sub you have typed in the editor 
became "gambas p-code". The gambas p-code is like an assembler that can be 
interpreted by the gambas interpreter only. Nothing is transformed into C++, 
nor executed directly by the processor.

I hope it is now clearer for you. My common english is too poor to explain 
that correctly.

Regards,

-- 
Benoît Minisini
mailto:gambas at ...1...




More information about the User mailing list