Hi guys, parse permits recursive rules: rule: [ something | something-else | rule ] I can also say: parse/all code [some rule] I understand how [some rule] works. It has allowed me to do everything I have been trying to do with parse so far. On the other hand, I don't understand when I would want to use recursive rules: a) instead of [some rule] b) in addition to [some rule] c) when I should not use recursive rules and use [some rule] instead. Any ideas? TIA, Elan
