parser using perl
- From: sharan.basappa@xxxxxxxxx (Sharan Basappa)
- Date: Mon, 31 Mar 2008 20:06:39 +0530
Hi,
I am trying to extract information from a file that follows the syntax
of a high level language (something like C++)
The script just needs to understand a very minuscule portion of this
language to do this. It does not have to
know the complete high level language. I just wanted to know any
modules are available within perl that makes
this job easier. I feel it is possible to do the complete work in
perl, but I might be wrong. Especially around the
recursion that languages support. The other option I have is to use a
public domain parser like Bison and parse
the input, build some data structure that perl can lookup and do the processing.
I would like to know experience of people on this forum ...
Regards
.
- Follow-Ups:
- Re: parser using perl
- From: Chas. Owens
- Re: parser using perl
- Prev by Date: Re: Problem with STAT under Windows
- Next by Date: Re: parser using perl
- Previous by thread: Uninitialized value in pattern match
- Next by thread: Re: parser using perl
- Index(es):
Relevant Pages
|