Infer cons from non-terminal name
A lot of times my rules look like this:
(Terminal | Nonterminal )* -> NonTerm {cons(“NonTerm”)}It seems natural to infer the cons name if it is omitted like:
(Terminal | Nonterminal )* -> NonTermResulting in the same rule.
Submitted by Tim on 3 June 2010 at 15:01
Issue Log
On 3 June 2010 at 15:23 Tim commented:
Moved to Stratego
On 8 January 2013 at 17:19 Gabriël Konat tagged abandoned
On 8 January 2013 at 17:19 Gabriël Konat removed tag moved
On 8 January 2013 at 17:19 Gabriël Konat closed this issue.
Log in to post comments