in reply to Re^3: Parse grammar via RecDescent parser
in thread Parse grammar via RecDescent parser
That is an issue because I am calling 'eval' on the string returned. Also, this rule can only return the string as mentioned because it can be used in other rules doing && or ! or || operations on this. Therefore this rule can return only "-e <filename".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Parse grammar via RecDescent parser
by Corion (Patriarch) on May 17, 2016 at 14:39 UTC |