[antlr-interest] Simple code with a simple problem

Tom Nurkkala tnurkkala at cse.taylor.edu
Tue Jul 14 15:09:19 PDT 2009


On Tue/14-Jul, at 5:00 PM, Bryan S Follins wrote:

> Found my generation error.  I was using () instead of {} for the  
> java code.  Generation is good. However, it still does not debug the  
> code.
>
> When I run the debugger I get: “Compiler failed with result code  
> 1.”   Does anyone know that means?


I copied your grammar into ANTLRWorks and changed both actions to use  
curly braces instead of parens.  Under the interpreter, I parsed "call  
foo;" against rule 'r' and it worked fine.  The parse tree follows.

tom.



--
Tom Nurkkala, PhD
Associate Professor
Computer Science & Engineering
Taylor University
tnurkkala at cse.taylor.edu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20090714/f14a88f5/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedGraphic.png
Type: image/png
Size: 6585 bytes
Desc: not available
Url : http://www.antlr.org/pipermail/antlr-interest/attachments/20090714/f14a88f5/attachment.png 


More information about the antlr-interest mailing list