>>>>> "Simon" == Simon McGregor <[EMAIL PROTECTED]> writes:

Simon> Specifically, our company has developed a proprietary
Simon> templating solution with its own syntax, which we really like.
Simon> However, the implementation of the template engine is far
Simon> behind that of TT (obviously) and I am interested in the
Simon> feasibility of grafting our syntax onto the TT engine and
Simon> making it publicly available.

Simon> Has anyone done anything like this? And what might it involve?

Besides the other hints already given, I'd also consider the approach
of writing a throwaway source-to-source translator with
Parse::RecDescent.

Of course, the effort to do so might be on par with simply doing a
hand translation from your template to TT syntax, aided by a few good
editor macros.  It depends on how many existing lines of code you
have.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


Reply via email to