[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.tmf] Re: Removing left recursion...
|
- From: tim@xxxxxxxxxxxxx (Tim )
- Date: Tue, 15 Sep 2009 10:59:08 +0000 (UTC)
- Newsgroups: eclipse.modeling.tmf
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Something else I've just noticed, where is your right hand operator?
E.g.
Query:
"true"
| "(" terminalQuery+=TerminalQuery ")"
| literal+=Literal
;
TerminalQuery returns Query:
Query ({Operation.left=current} op=("and" | "or") right=Query)*;