aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_template_parser.c
Commit message (Expand)AuthorAgeFilesLines
* *: big code reorganization.Rafael G. Martins2016-09-031-1184/+0
* *: fixed includesRafael G. Martins2016-07-071-4/+0
* template-parser: fixed block scopeRafael G. Martins2016-07-071-6/+148
* template-parser: minor fixRafael G. Martins2016-07-031-1/+1
* Revert "error: improved parser error reporting"Rafael G. Martins2016-07-031-93/+48
* error: improved parser error reportingRafael G. Martins2016-07-031-48/+93
* template-parser: fixed error messageRafael G. Martins2016-07-031-1/+1
* template-parser: renderer: implemented 'else' support in templatesRafael G. Martins2016-07-031-7/+143
* remove squareball for goodRafael G. Martins2016-04-271-1/+1
* Revert "*: use squareball error infrastructure"Rafael G. Martins2016-04-271-95/+95
* *: use squareball error infrastructureRafael G. Martins2016-03-131-95/+95
* build: replace src/utils with squareballRafael G. Martins2016-02-261-40/+40
* template-parser: added whitespace cleaners. needs more tests and docsRafael G. Martins2016-01-141-14/+34
* fixed copyrightRafael G. Martins2016-01-081-1/+1
* template-parser: do not accept variables startins with numbers and _Rafael G. Martins2015-12-291-1/+73
* man: renderer: template-parser: added foreach iterator supportRafael G. Martins2015-12-291-7/+114
* Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-231-31/+31
* build: removing src/utils and replacing with squareballRafael G. Martins2015-12-231-31/+31
* Allow {% if VALUE1 == VALUE2 %}, with two definesPalmer Dabbelt2015-10-261-3/+3
* error: improved error reporting for parsersRafael G. Martins2015-10-241-18/+29
* tempalte-parser: added tests with \r\n line endingsRafael G. Martins2015-10-221-0/+71
* fixed copyrightRafael G. Martins2015-05-251-1/+1
* template-parser: convert "if" operator into enumRafael G. Martins2015-05-171-3/+3
* template-parser: minor fixes. testsRafael G. Martins2015-05-171-2/+36
* template-parser: added real if statements. ignored by renderer for nowRafael G. Martins2015-05-171-3/+38
* template-parser: if -> ifdef, if not -> ifndefRafael G. Martins2015-05-171-41/+25
* added global variable supportRafael G. Martins2015-04-271-102/+35
* template parser: added more testsRafael G. Martins2015-04-231-0/+406
* template parser: added "if not" supportRafael G. Martins2015-04-231-6/+15
* refactored blocksRafael G. Martins2015-04-211-18/+18
* error: added testsRafael G. Martins2015-04-191-0/+1
* fix testRafael G. Martins2015-04-191-2/+2
* added loader, error handling and cli. tests neededRafael G. Martins2015-04-181-2/+7
* replaced leg-based parser with handmade parser for templatesRafael G. Martins2015-04-171-0/+222