- or download this
text: struct { int foo ; int bar ; }
------ - --- --- - --- --- - -
...
struct
---------------------------------------------
parse
- or download this
parse : foo1 foo2
| bar1 bar2
- or download this
use strict;
use warnings;
...
Parse::RecDescent->Precompile($grammar, 'Grammar')
or die("Bad grammar\n");
- or download this
use strict;
use warnings;
...
print("\n");
print(Dumper($matches));
- or download this
foo1
bar1
...
'Z'
]
];