summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* generate the opcodes for this directlyJesse Luehrs2012-10-141-1/+44
* changelog0.01Jesse Luehrs2012-10-081-0/+2
* fix gitignoreJesse Luehrs2012-10-081-1/+1
* pod coverageJesse Luehrs2012-10-082-0/+37
* remove the abstract hereJesse Luehrs2012-10-081-1/+0
* don't index internal classesJesse Luehrs2012-10-081-0/+5
* docsJesse Luehrs2012-10-081-0/+155
* rename this to just Text::HandlebarsJesse Luehrs2012-10-082-3/+3
* make this a bit more explicitJesse Luehrs2012-10-082-1/+7
* this is already a built-in thingJesse Luehrs2012-10-082-5/+1
* check partial suffix at runtime, not compile timeJesse Luehrs2012-10-082-17/+4
* move more code into the compilerJesse Luehrs2012-10-082-143/+143
* simplifyJesse Luehrs2012-10-082-10/+21
* move more bits into the compilerJesse Luehrs2012-10-082-16/+41
* implement hash args for normal helpersJesse Luehrs2012-10-083-5/+10
* implement hash parameters for block helpersJesse Luehrs2012-10-084-7/+59
* make block helpers recognizable as helpersJesse Luehrs2012-10-082-8/+8
* move this earlierJesse Luehrs2012-10-051-10/+10
* and... didn't need these parts of that fileJesse Luehrs2012-10-051-8/+0
* whoops, forgot to add this file a while agoJesse Luehrs2012-10-051-0/+22
* rename a few thingsJesse Luehrs2012-10-052-6/+6
* move lambda checking for keys out of the parserJesse Luehrs2012-10-052-43/+64
* simplify the parsing logic significanly by redefining expressionJesse Luehrs2012-10-051-50/+25
* simplifyJesse Luehrs2012-10-051-8/+12
* restructure this to mirror expression() more closelyJesse Luehrs2012-10-051-1/+2
* this went away a while agoJesse Luehrs2012-10-051-3/+1
* since functions and helpers are different, drop this special caseJesse Luehrs2012-10-052-5/+14
* change back to defining helpers and functions separatelyJesse Luehrs2012-10-056-18/+55
* why was i defining things there?Jesse Luehrs2012-10-052-25/+20
* remove debugging codeJesse Luehrs2012-10-051-1/+0
* hack to make normal helpers work for nowJesse Luehrs2012-10-052-3/+12
* Another test for "each" setting up context correctlyShawn M Moore2012-10-051-0/+25
* special case {{{.}}} (not dealing with {{foo . bar}} in general)Jesse Luehrs2012-10-052-12/+16
* implement {{^}} in normal blocksJesse Luehrs2012-10-053-71/+53
* actually, @foo just seems to be another kind of variable?Jesse Luehrs2012-10-053-20/+5
* partials can use literals for namesJesse Luehrs2012-10-051-0/+13
* test for passing context to partialsJesse Luehrs2012-10-051-0/+25
* implement {{^}} as an alias for {{else}}Jesse Luehrs2012-10-053-0/+143
* test empty blocksJesse Luehrs2012-10-051-0/+9
* make this a todo testJesse Luehrs2012-10-051-2/+4
* support {{@index}}Jesse Luehrs2012-10-052-7/+48
* Failing test for {{{.}}}Shawn M Moore2012-10-051-0/+9
* support {{this/foo}}Jesse Luehrs2012-10-052-2/+15
* Add an ABSTRACT to silence dzilShawn M Moore2012-10-051-0/+1
* allow - in identifiersJesse Luehrs2012-10-052-1/+21
* simplifyJesse Luehrs2012-10-051-7/+1
* simplifyJesse Luehrs2012-10-051-8/+6
* implement else blocksJesse Luehrs2012-10-054-16/+60
* simplifyJesse Luehrs2012-10-041-4/+9
* allow [] for dereferencing with literalsJesse Luehrs2012-10-042-2/+37