>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 -----Original Message----- From: Glen Stampoultzis [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 7:29 PM To: POI Developers List Subject: Re: More formulotic thought It does actually claim to be able to parse binary which I thought was pretty interesting. At 07:55 AM 20/02/2003 -0500, you wrote: >Anyone who's used it willing to do a basic POC (proof of concept) and at >least simple grammar? >Can we go both ways with it? (formula->binary->formula) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
