[Gambas-user] Locating a function's source code?

T Lee Davidson t.lee.davidson at ...626...
Fri Sep 19 06:49:50 CEST 2014


I have registered an account on the Wiki and now need to get a handle on 
the wiki syntax, so....

On 09/18/2014 01:57 PM, Tobias Boege wrote:
> Everything you find under /lang in the documentation belongs to the
> language, which means that it's built into the interpreter.


> There are some places to remember:
>
>   - /gb.*: components written in C/C++
>   - /comp/src/gb.*: components written in Gambas
>   - /app/src/*: Gambas programs such as the IDE, the wiki and the scripter
>   - /examples: the example projects available from the IDE
>   - /main/gbc: compiler, informer, archiver
>   - /main/gbx: interpreter
>   - /main/lib: components in C/C++ without dependencies

I think the above information would be good on the "How To Deal With 
Subversion" Wiki page, right underneath, "You can read the repository 
contents from the web at this address: http://sourceforge.net/p/gambas/code"

What do you think? Yes? No?

There is one thing I need clarified, though. I was under the impression 
that Gambas was written in C *only*. Does it also use C++ code?






More information about the User mailing list