XaminProject / handlebars.php

Handlebars processor for php
331 stars 134 forks source link

added inline support #32

Closed yuta1228 closed 10 years ago

yuta1228 commented 10 years ago

Found couple of problems regarding support for inline helper.

I tried to address these issues by following codes. I suppose its better to define new tag type if possible, but I was not able to come up with nice way to differentiate the regular variable to inline helper in the scanning phase.

Even though, unescaped/escaped version of syntax works in this code, both should return same thing.

yuta1228 commented 10 years ago

let me close this one first and do it again. sorry.