summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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-053-0/+37
* why was i defining things there?Jesse Luehrs2012-10-051-23/+20
* remove debugging codeJesse Luehrs2012-10-051-1/+0
* hack to make normal helpers work for nowJesse Luehrs2012-10-051-2/+11
* special case {{{.}}} (not dealing with {{foo . bar}} in general)Jesse Luehrs2012-10-051-10/+16
* implement {{^}} in normal blocksJesse Luehrs2012-10-052-68/+52
* actually, @foo just seems to be another kind of variable?Jesse Luehrs2012-10-052-20/+2
* implement {{^}} as an alias for {{else}}Jesse Luehrs2012-10-051-0/+4
* support {{@index}}Jesse Luehrs2012-10-051-7/+34
* support {{this/foo}}Jesse Luehrs2012-10-051-2/+2
* Add an ABSTRACT to silence dzilShawn M Moore2012-10-051-0/+1
* allow - in identifiersJesse Luehrs2012-10-051-1/+1
* simplifyJesse Luehrs2012-10-051-7/+1
* simplifyJesse Luehrs2012-10-051-8/+6
* implement else blocksJesse Luehrs2012-10-052-13/+59
* simplifyJesse Luehrs2012-10-041-4/+9
* allow [] for dereferencing with literalsJesse Luehrs2012-10-041-0/+15
* support [] to mean literal stringsJesse Luehrs2012-10-041-2/+47
* make {{this}} an alias to {{.}} and make them work at the top levelJesse Luehrs2012-10-042-1/+26
* implement the built-in block helpersJesse Luehrs2012-10-041-0/+31
* refactor this so that helpers are just normal functionsJesse Luehrs2012-10-042-17/+17
* 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-041-1/+1
* implement helpersJesse Luehrs2012-10-042-2/+26
* 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
* 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-032-1/+16
* mostly implement partialsJesse Luehrs2012-10-032-3/+34
* make section lambdas workJesse Luehrs2012-10-032-13/+86
* make basic lambdas work (not block lambdas yet)Jesse Luehrs2012-10-032-2/+35
* implement custom delimitersJesse Luehrs2012-10-031-10/+17
* 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
* outer variables should remain visible unless overriddenJesse Luehrs2012-10-031-0/+1
* make comments.json spectest passJesse Luehrs2012-10-031-7/+20