aboutsummaryrefslogtreecommitdiffstats
path: root/src/template-parser.c
Commit message (Collapse)AuthorAgeFilesLines
* do not allow variables inside multiple_sources_once blocksRafael G. Martins2015-04-181-12/+29
|
* removed unused variableRafael G. Martins2015-04-181-1/+0
|
* replaced leg-based parser with handmade parser for templatesRafael G. Martins2015-04-171-0/+296
yay! no leg parser needed anymore. parsers still needs some work and error handling, though.