- or download this
use strict;
use warnings;
...
Parse::RecDescent->Precompile($grammar, 'VCSConfigParser')
or die("Bad grammar\n");
- or download this
use strict;
use warnings;
...
system njengsunvcs2 (
)
- or download this
def : IDENT { $item[1] eq "cluster" ?1:0 } IDENT "(" attr(s?) ")"
| IDENT { $item[1] eq "system" ?1:0 } IDENT "(" attr(s?) ")"