|
Posted by adams7807 on 04/10/07 08:51
On 15 Mar, 03:47, "Baron Samedi" <Papa.Legba....@gmail.com> wrote:
> I have been looking around for an editor which edit serialised files
> (as created with thePHPfunction serialize()), but can't find one, so
> I have decided to code my own.
>
> I can either hand code the parsing, or use Lex/Yacc (actually Flex/
> Bison). Rather than reinvent the wheel, I thought that I would ask of
> anyone knows of anyBNF (Backus-Naur form) files for expressing
> serialized data (actual Lex/Yacc files would be even better, of
> course).
>
> No biggy, as it should be reasonably trivial to hack together, but my
> natural laziness inclines me away from reinventing the wheel, so I
> thought that I would ask first.
www.intralogic.eu
there is a php grammar soon available to download for Visual BNF
parser generator
[Back to original message]
|