aboutsummaryrefslogtreecommitdiffstats
path: root/src/template-parser.h
Commit message (Expand)AuthorAgeFilesLines
* remove squareball for goodRafael G. Martins2016-04-271-1/+1
* Revert "*: use squareball error infrastructure"Rafael G. Martins2016-04-271-1/+1
* *: use squareball error infrastructureRafael G. Martins2016-03-131-1/+1
* build: replace src/utils with squareballRafael G. Martins2016-02-261-3/+3
* template-parser: added whitespace cleaners. needs more tests and docsRafael G. Martins2016-01-141-0/+5
* fixed copyrightRafael G. Martins2016-01-081-1/+1
* man: renderer: template-parser: added foreach iterator supportRafael G. Martins2015-12-291-0/+2
* Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-231-3/+3
* build: removing src/utils and replacing with squareballRafael G. Martins2015-12-231-3/+3
* fixed copyrightRafael G. Martins2015-05-251-1/+1
* renderer: implemented if statementsRafael G. Martins2015-05-181-1/+1
* template-parser: convert "if" operator into enumRafael G. Martins2015-05-171-1/+8
* template-parser: added real if statements. ignored by renderer for nowRafael G. Martins2015-05-171-0/+3
* template-parser: if -> ifdef, if not -> ifndefRafael G. Martins2015-05-171-2/+2
* template parser: added "if not" supportRafael G. Martins2015-04-231-0/+1
* added loader, error handling and cli. tests neededRafael G. Martins2015-04-181-1/+3
* replaced leg-based parser with handmade parser for templatesRafael G. Martins2015-04-171-0/+31