Comments on: Using Java CUP http://hackerdan.com/programing/using-java-cup/ Dan's Blog Thu, 15 Apr 2021 16:16:06 +0000 http://wordpress.org/?v=2.2.1 By: Rafi http://hackerdan.com/programing/using-java-cup/#comment-323 Rafi Thu, 28 Mar 2013 06:56:37 +0000 http://hackerdan.com/programing/using-java-cup/#comment-323 thanx for the tutorial. can you plz tell me where can i get the env, text, node etc packages mentioned in http://www.cs.auckland.ac.nz/~bruce-h/lectures/330ChaptersPDF/ lectures. thanx for the tutorial. can you plz tell me where can i get the env, text, node etc packages mentioned in http://www.cs.auckland.ac.nz/~bruce-h/lectures/330ChaptersPDF/ lectures.

]]>
By: Isaac http://hackerdan.com/programing/using-java-cup/#comment-293 Isaac Mon, 22 Oct 2012 22:15:30 +0000 http://hackerdan.com/programing/using-java-cup/#comment-293 I got this error: Exception in thread "main" java.lang.RuntimeException: Fatal Syntax Error Error (#0) : Syntax error: Line: 8 Caracter: . Texto: EOF at test.parser.report_fatal_error(parser.java:337) at java_cup.runtime.lr_parser.unrecovered_syntax_error(lr_parser.java:424) at java_cup.runtime.lr_parser.parse(lr_parser.java:616) at test.parser.main(parser.java:341) Java Result: 1 i manage EOF in flex file as eofvalue return sym.EOF, yychar, yyline, yytext() everything its ok and then parsing some example code that error apears :S wut could it be? I got this error:
Exception in thread “main” java.lang.RuntimeException: Fatal Syntax Error
Error (#0) : Syntax error: Line: 8 Caracter: . Texto: EOF
at test.parser.report_fatal_error(parser.java:337)
at java_cup.runtime.lr_parser.unrecovered_syntax_error(lr_parser.java:424)
at java_cup.runtime.lr_parser.parse(lr_parser.java:616)
at test.parser.main(parser.java:341)
Java Result: 1

i manage EOF in flex file as eofvalue return sym.EOF, yychar, yyline, yytext()

everything its ok and then parsing some example code that error apears :S wut could it be?

]]>
By: kmk http://hackerdan.com/programing/using-java-cup/#comment-284 kmk Sat, 25 Feb 2012 22:21:43 +0000 http://hackerdan.com/programing/using-java-cup/#comment-284 Hi, can we have those assignment files for practicing? If possible please give the link for those files mentioned above like Driver.java and others or send to me via email. Thanks Hi, can we have those assignment files for practicing? If possible please give the link for those files mentioned above like Driver.java and others or send to me via email.
Thanks

]]>