[antlr-interest] could not even do k=1 for decision xx; reason: timed out

Tomasz Jastrzebski tdjastrzebski at yahoo.com
Sat Aug 8 18:48:00 PDT 2009


I tried replacing:
-> ^($o $addExpr $e)

with:
-> ^(BIN_EXPR<BinaryExpression>[$o.text, $addExpr, $e.tree]>) // instead of $addExpr.tree

but the tool (at least ver 3.1.1) dooes not allow this - error(117): missing attribute access on rule scope. Anyway, $addExpr is of type addExpr_return.
 
I do not know. This may be a bug.
 
Tomasz


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20090808/d5933f43/attachment.html 


More information about the antlr-interest mailing list