in reply to Re: The Relation Between Lexers and Parsers
in thread The Relation Between Lexers and Parsers

Thanks. This was just what I was looking for. FYI, my problem doesn't involve parsing perl (thank $deity). It's a silly format that looks like XML but isn't. It was made up by some silly mormons.

Embedix::ECD

  • Comment on Re: Re: The Relation Between Lexers and Parsers

Replies are listed 'Best First'.
Re: Re: Re: The Relation Between Lexers and Parsers
by mirod (Canon) on Jan 20, 2001 at 13:29 UTC

    If you need to parse something similar to XML maybe you can use a modified version of Robert Cameron's REX::XML, which parses XML using regular expressions, a very nice piece of work BTW