Matt Sergeant wrote:
> 
> On Thu, 27 Jul 2000, Ime Smits wrote:
> 
> > In short, I have the following in mind and partially worked out in actual
> > code. A package VBScript::Parser which offers:
> >
> >     $parser=new VBScript::Parser;
> >     $evalable_perl_code = $parser->parse($complete_asp_page);
> 
> No. The problem is that it would be really great if this could be a
> generic VBScript parser, rather than an ASP/VB parser.
> 

???.  This will be a generic parser for VBScript.  What I would 
feed it from Apache::ASP is a wholly native VBScript, with all 
the static html ASP parts compiled out already into $response->write('');
string, or something to that effect.  Ime's VBScript parser
will not have to know anything about static HTML bits, nor ASP
objects, that's the beauty of something like a pure vbscript to
perl parser.  I'll handle all of the object definitions on the 
other side, I already do, and do both pre & post processing to
the ASP script so that hey can focus on the hard part, the 
VBScript parser.

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to