[Gambas-user] Parsing a class or module

Fabien Bodard gambas.fr at gmail.com
Fri Mar 24 18:56:54 CET 2023


In fact it's not quite so simple... how to know if a symbol comes from
another module or form??... Well it's possible but it's almost a
compilation in itself.

For the project tree it's simpler... only the first lines of the class
code inform about the inheritance.

Le ven. 24 mars 2023 à 14:47, Martín <mbelmonte at belmotek.net> a écrit :
>
> El 24/3/23 a las 14:35, BB escribió:
> > The *Class* class is what you are after (BION)! e.g. Class.Symbols
> > :Returns an array of all the symbol names of a class. 😷
>
> Thanks for the answer but that's not what I'm looking for.
> The algorithm has to be able to operate with the files of another
> project, completely separate, at text-level, parse the text and act
> accordingly.
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----



-- 
Fabien Bodard


More information about the User mailing list