|
Posted by Baron Samedi on 03/15/07 01:47
I have been looking around for an editor which edit serialised files
(as created with the PHP function 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 any BNF (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.
[Back to original message]
|