[SimpleParse] Unreported prebuilts?
Brought to you by:
mcfletch
From: Martin S. <mj...@bi...> - 2006-03-18 14:08:09
|
Hi. I have a number of prebuilts that are generated by scanning the grammar for regex "\bfixed(\d+)\b", so that I can use "fixed10" etc. in the grammar to match fixed width fields, but I'd like to be able to skip reporting of these matches. What's the best way to do that (other than saying "<skipfixed10> := fixed10")? If there's a more elegant way of matching fixed width fields, I'd be interested to hear, too. Currently my prebuilts can't distinguish empty fields or specify numeric fields. They are just ((None, Skip, fieldWidth),). Thanks. Martin. |