Here's a reference to it's binary parsing ability:
http://www.antlr.org/doc/lexer.html#Scanning_Binary_Files
-- Glen
At 10:13 AM 21/02/2003 -0600, you wrote:
From most of my experience, most of your parsers are not setup to parse binary directly. I do know that in the lex/yacc (flex/bison for the gnu people) that you can create your own lexer and have the parser itself call it and antlr might have a similar capability.
Shawn
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
