[jflex-users] symbols, integrating with CUP
The fast lexer generator for Java
Brought to you by:
lsf37,
steve_rowe
From: Dave P. <dav...@gm...> - 2008-09-01 11:23:27
|
Trying to run the example at http://www.jflex.de/manual.html#SECTION00040000000000000000 compiling gives many errors of the form 14. ERROR in Lexer.java (at line 766) return symbol(sym.STRING_LITERAL, ^^^^^^^^^^^^^^^^^^ sym.STRING_LITERAL cannot be resolved ---------- I'm looking for a simpler example of integrating CUP with JFlex please. I have both JFlex.jar and the CUP jar file on my classpath. I *think* the sym.class contains the missing symbols but I'm not sure. Any help appreciated. TIA -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk |