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 -- Shigio YAMAGUCHI <[email protected]> PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3
_______________________________________________ Help-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-global
