The translator needs to handle Regular Expressions. Unfortunately, this is not something I do very well and the references I've been able to find don't actually give a whole lot of How-To information, at least not in terms that will sink into my brain these days.
The problem: I'm constructing syntax expressions for VB6 and PBWin10. I've made a lot of progress, but neither language seems to use a standard format. I mean other than the charset "(){}[]|<>" and "...". The "<>" is problematic, but not too difficult to solve. The "..." varies appearing as "...." or ",...,..." with non-standard spacing. The varnames often are tailored to the specific term being defined even when the root classes would be "string$" or "long&" or similar. That's great for a help page, but it means several thousand manual edits to get it standardized.
Can anyone recommend a simple (or simple-minded) method/system.
The problem: I'm constructing syntax expressions for VB6 and PBWin10. I've made a lot of progress, but neither language seems to use a standard format. I mean other than the charset "(){}[]|<>" and "...". The "<>" is problematic, but not too difficult to solve. The "..." varies appearing as "...." or ",...,..." with non-standard spacing. The varnames often are tailored to the specific term being defined even when the root classes would be "string$" or "long&" or similar. That's great for a help page, but it means several thousand manual edits to get it standardized.
Can anyone recommend a simple (or simple-minded) method/system.
Comment