Hi,
> I've writing code in Erlang, it's function call is like
> "module:function", so there is a larger range to navigate the results.
>
> Will global support function calls like above?
>
> Thanks
I think it is impossible that GLOBAL itself supports new language
including Erlang. However, GLOBAL has a mechanism called 'plug-in parser'.
You can write a Erlang parser for GLOBAL easily using the mechanism.
Please see also 'plugin-factory/PLUGIN_HOWTO' file in the package.
Regards,
Shigio