On Sat, 2 Aug 2008, george smith wrote:
> Hello,
> I am building a compiler where i need a parser for the front end and another
> one for the back end. So i will need two parsers in the same program
> but there will be a conflict between the function names as with the global
> variables. Is ther
Hey everybody!
This is my first try of using this mail list. ^_^_
So here is my problem: I have a file that looks something like this:
{if $whatever == "string"}
Freeform text to display
{if $whatever == "string"}
and here as well
{/if}
{/if}
Think of it as smarty