Good morning, I'm trying to use Caja for JavaScript syntax checking purposes.
When I call "new com.google.caja.parser.js.Parser(...).parse()" and the code contains something like this "var hexNum = c = 0x98BADCFE;", the parser throws a com.google.caja.lexer.ParseException with message "testSource.js:XX+YY - 51: Malformed number 0x98BADCFE". Why this happens? This is a correct JavaScript syntax. What should I change to have it working? Thank you, Alessio -- --- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
