summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | this makes things like json booleans work properly
* outer variables should remain visible unless overriddenJesse Luehrs2012-10-031-0/+1
|
* make comments.json spectest passJesse Luehrs2012-10-031-7/+20
|
* implement ../Jesse Luehrs2012-10-022-1/+23
|
* & for mark_rawJesse Luehrs2012-10-021-0/+9
|
* 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
|
* get blocks workingJesse Luehrs2012-09-283-0/+176
|
* simplifyJesse Luehrs2012-09-281-10/+18
|
* debuggingJesse Luehrs2012-09-271-0/+33
|
* basic implementation of raw stringsJesse Luehrs2012-09-271-2/+47
|
* close_tag, not tag_endJesse Luehrs2012-09-271-1/+1
|
* make things actually workJesse Luehrs2012-09-271-9/+11
|
* sketch out the preprocessorJesse Luehrs2012-09-261-0/+134
|
* initial commitJesse Luehrs2012-09-251-0/+0