summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* make {{this}} an alias to {{.}} and make them work at the top levelJesse Luehrs2012-10-044-3/+42
|
* add tests for non-block helpersJesse Luehrs2012-10-042-0/+193
|
* implement the built-in block helpersJesse Luehrs2012-10-042-0/+209
|
* rename this testJesse Luehrs2012-10-041-0/+0
|
* refactor this so that helpers are just normal functionsJesse Luehrs2012-10-043-27/+27
|
* todo test for array dereferencingJesse Luehrs2012-10-041-0/+14
|
* add block helper testsJesse Luehrs2012-10-041-11/+341
|
* standalone lines need to be autochomped in raw_text tooJesse Luehrs2012-10-041-14/+18
|
* better check for matching closing tagsJesse Luehrs2012-10-041-2/+22
|
* remove outdated commentsJesse Luehrs2012-10-041-2/+2
|
* this isn't necessary anymoreJesse Luehrs2012-10-041-1/+0
|
* make this a bit clearerJesse Luehrs2012-10-041-4/+4
|
* make lambdas work with field accessJesse Luehrs2012-10-042-1/+16
|
* implement helpersJesse Luehrs2012-10-043-5/+27
|
* make functions able to take arbitrary argumentsJesse Luehrs2012-10-041-17/+77
|
* handle defaulting to variables more sanelyJesse Luehrs2012-10-041-11/+19
|
* compile {{{...}}} down to {{&...}} instead of {{mark_raw ...}}Jesse Luehrs2012-10-041-1/+1
| | | | shouldn't make a difference, but feels cleaner
* move the extra end tag data to the beginning to make parsing easierJesse Luehrs2012-10-041-13/+15
|
* make XSLATE='dump=proto' work with my custom parserJesse Luehrs2012-10-041-1/+4
|
* remove debugging codeJesse Luehrs2012-10-032-48/+0
|
* make suffixes work for partialsJesse Luehrs2012-10-033-4/+17
|
* don't cache rendered files in testsJesse Luehrs2012-10-031-0/+2
|
* mostly implement partialsJesse Luehrs2012-10-033-6/+38
| | | | just need to get the auto-indenting behavior correct
* make section lambdas workJesse Luehrs2012-10-034-24/+89
|
* make basic lambdas work (not block lambdas yet)Jesse Luehrs2012-10-033-4/+58
|
* make this quieterJesse Luehrs2012-10-031-1/+1
|
* implement custom delimitersJesse Luehrs2012-10-033-12/+22
|
* more cleanupsJesse Luehrs2012-10-031-26/+22
|
* this is unnecessary now tooJesse Luehrs2012-10-031-2/+0
|
* handle function calling properlyJesse Luehrs2012-10-031-14/+16
|
* standalone lines must only be followed by whitespace as wellJesse Luehrs2012-10-031-3/+5
|
* allow sections to be field lookups tooJesse Luehrs2012-10-031-9/+8
|
* '.' should be a variable name referring to the current array elementJesse Luehrs2012-10-032-2/+15
|
* don't die here, just assume it's a truthy valueJesse Luehrs2012-10-031-2/+1
| | | | this makes things like json booleans work properly
* outer variables should remain visible unless overriddenJesse Luehrs2012-10-031-0/+1
|
* mark a couple more spec tests that won't pass for nowJesse Luehrs2012-10-031-0/+2
|
* make comments.json spectest passJesse Luehrs2012-10-032-9/+20
|
* add mustache spec tests - 136/224 passing so farJesse Luehrs2012-10-023-0/+28
|
* implement ../Jesse Luehrs2012-10-023-3/+37
|
* clean up helpers testJesse Luehrs2012-10-021-39/+40
|
* more testsJesse Luehrs2012-10-022-0/+172
|
* refactor testsJesse Luehrs2012-10-027-174/+148
|
* forgot these filesJesse Luehrs2012-10-022-0/+5
|
* clean up testsJesse Luehrs2012-10-022-0/+8
|
* & for mark_rawJesse Luehrs2012-10-022-0/+67
|
* handle inverted sectionsJesse Luehrs2012-10-023-32/+70
|
* don't insert extra newlines for blocksJesse Luehrs2012-10-021-1/+8
|
* '?' is a valid identifier characterJesse Luehrs2012-10-021-1/+1
|
* more testsJesse Luehrs2012-10-021-0/+228
|
* remove test numbersJesse Luehrs2012-09-284-0/+0
|