| Commit message (Expand) | Author | Age | Files | Lines |
* | template-parser: added whitespace cleaners. needs more tests and docs | Rafael G. Martins | 2016-01-14 | 1 | -14/+34 |
* | fixed copyright | Rafael G. Martins | 2016-01-08 | 1 | -1/+1 |
* | template-parser: do not accept variables startins with numbers and _ | Rafael G. Martins | 2015-12-29 | 1 | -1/+73 |
* | man: renderer: template-parser: added foreach iterator support | Rafael G. Martins | 2015-12-29 | 1 | -7/+114 |
* | Revert "build: removing src/utils and replacing with squareball" | Rafael G. Martins | 2015-12-23 | 1 | -31/+31 |
* | build: removing src/utils and replacing with squareball | Rafael G. Martins | 2015-12-23 | 1 | -31/+31 |
* | Allow {% if VALUE1 == VALUE2 %}, with two defines | Palmer Dabbelt | 2015-10-26 | 1 | -3/+3 |
* | error: improved error reporting for parsers | Rafael G. Martins | 2015-10-24 | 1 | -18/+29 |
* | tempalte-parser: added tests with \r\n line endings | Rafael G. Martins | 2015-10-22 | 1 | -0/+71 |
* | fixed copyright | Rafael G. Martins | 2015-05-25 | 1 | -1/+1 |
* | template-parser: convert "if" operator into enum | Rafael G. Martins | 2015-05-17 | 1 | -3/+3 |
* | template-parser: minor fixes. tests | Rafael G. Martins | 2015-05-17 | 1 | -2/+36 |
* | template-parser: added real if statements. ignored by renderer for now | Rafael G. Martins | 2015-05-17 | 1 | -3/+38 |
* | template-parser: if -> ifdef, if not -> ifndef | Rafael G. Martins | 2015-05-17 | 1 | -41/+25 |
* | added global variable support | Rafael G. Martins | 2015-04-27 | 1 | -102/+35 |
* | template parser: added more tests | Rafael G. Martins | 2015-04-23 | 1 | -0/+406 |
* | template parser: added "if not" support | Rafael G. Martins | 2015-04-23 | 1 | -6/+15 |
* | refactored blocks | Rafael G. Martins | 2015-04-21 | 1 | -18/+18 |
* | error: added tests | Rafael G. Martins | 2015-04-19 | 1 | -0/+1 |
* | fix test | Rafael G. Martins | 2015-04-19 | 1 | -2/+2 |
* | added loader, error handling and cli. tests needed | Rafael G. Martins | 2015-04-18 | 1 | -2/+7 |
* | replaced leg-based parser with handmade parser for templates | Rafael G. Martins | 2015-04-17 | 1 | -0/+222 |