Hi,
I have found this (old) RTF grammar in the javacc site, but there is
some problem with the syntax
http://pmdapplied.com/RTFParser.jj
probably in javacc 4.0 there is something different, but can't figure
out the problem. Any idea?
Java Compiler Compiler Version 4.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file RTFParser.jj . . .
org.javacc.parser.ParseException: Encountered "<<" at line 155, column
9.
Was expecting one of:
<STRING_LITERAL> ...
"<" ...
Detected 1 errors and 0 warnings.