Having troubles defining a language "function regex&quo
Posted: Thu Oct 13, 2005 10:49 pm
I have tried a number of times but I can't seem to define a proper regular expression for "function regex" that will let Zeus recognize functions for the PL/M programming language. Here is was a typical PL/M function looks like:
Add_These: procedure (param1, param2) word;
declare param1 word;
declare param2 word;
return(param1+param2);
end Add_These;
I can write one that works with the "Find" command but the same one doesn't work with "function regex".
I'm a current CodeWright user and looking to move to Zeus if I can get it to work with PL/M syntax.
Thanks for any help
Rich
Add_These: procedure (param1, param2) word;
declare param1 word;
declare param2 word;
return(param1+param2);
end Add_These;
I can write one that works with the "Find" command but the same one doesn't work with "function regex".
I'm a current CodeWright user and looking to move to Zeus if I can get it to work with PL/M syntax.
Thanks for any help
Rich