Search found 1 match

by carverrn
Thu Oct 13, 2005 10:49 pm
Forum: General
Topic: Having troubles defining a language "function regex&quo
Replies: 1
Views: 8082

Having troubles defining a language "function regex&quo

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 ...