aboutsummaryrefslogtreecommitdiffstats
path: root/src/template-parser.c
Commit message (Expand)AuthorAgeFilesLines
* template-parser: fixed block scopeRafael G. Martins2016-07-071-22/+41
* template-parser: minor fixRafael G. Martins2016-07-031-1/+1
* Revert "error: improved parser error reporting"Rafael G. Martins2016-07-031-1/+1
* error: improved parser error reportingRafael G. Martins2016-07-031-1/+1
* template-parser: fixed error messageRafael G. Martins2016-07-031-2/+2
* template-parser: renderer: implemented 'else' support in templatesRafael G. Martins2016-07-031-2/+29
* debug: move debug functions to separated fileRafael G. Martins2016-06-251-65/+0
* template-parser: added some ast debugRafael G. Martins2016-06-221-0/+65
* remove squareball for goodRafael G. Martins2016-04-271-1/+1
* Revert "*: use squareball error infrastructure"Rafael G. Martins2016-04-271-4/+4
* *: use squareball error infrastructureRafael G. Martins2016-03-131-4/+4
* build: replace src/utils with squareballRafael G. Martins2016-02-261-21/+21
* template-parser: added whitespace cleaners. needs more tests and docsRafael G. Martins2016-01-141-14/+85
* fixed copyrightRafael G. Martins2016-01-081-1/+1
* template-parser: do not accept variables startins with numbers and _Rafael G. Martins2015-12-291-9/+10
* man: renderer: template-parser: added foreach iterator supportRafael G. Martins2015-12-291-1/+66
* Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-231-16/+16
* build: removing src/utils and replacing with squareballRafael G. Martins2015-12-231-16/+16
* Allow {% if VALUE1 == VALUE2 %}, with two definesPalmer Dabbelt2015-10-261-5/+18
* fixed copyrightRafael G. Martins2015-05-251-1/+1
* minor fixesRafael G. Martins2015-05-181-9/+9
* renderer: implemented if statementsRafael G. Martins2015-05-181-1/+1
* template-parser: convert "if" operator into enumRafael G. Martins2015-05-171-22/+27
* template-parser: minor fixes. testsRafael G. Martins2015-05-171-4/+13
* template-parser: added real if statements. ignored by renderer for nowRafael G. Martins2015-05-171-13/+123
* template-parser: if -> ifdef, if not -> ifndefRafael G. Martins2015-05-171-38/+20
* minor fixes for freebsdRafael G. Martins2015-04-281-1/+1
* added global variable supportRafael G. Martins2015-04-271-34/+12
* template parser: added more testsRafael G. Martins2015-04-231-2/+2
* template parser: added "if not" supportRafael G. Martins2015-04-231-3/+31
* refactored blocksRafael G. Martins2015-04-211-25/+29
* template parser: ignore single bracketsRafael G. Martins2015-04-191-3/+1
* safe mallocs are better :)Rafael G. Martins2015-04-191-3/+3
* added renderer, without testsRafael G. Martins2015-04-191-2/+9
* added loader, error handling and cli. tests neededRafael G. Martins2015-04-181-17/+70
* 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