Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented datetime parsing/formatting | Rafael G. Martins | 2015-04-28 | 1 | -0/+121 |
| | |||||
* | added global variable support | Rafael G. Martins | 2015-04-27 | 2 | -109/+110 |
| | |||||
* | 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 | 2 | -6/+49 |
| | |||||
* | added renderer tests | Rafael G. Martins | 2015-04-23 | 1 | -0/+235 |
| | |||||
* | source parse: improved, added tests | Rafael G. Martins | 2015-04-21 | 2 | -1/+154 |
| | |||||
* | refactored blocks | Rafael G. Martins | 2015-04-21 | 1 | -18/+18 |
| | | | | | | | | | - changed block names: - single_source -> entry - multiple_sources -> listing - multiple_sources_once -> listing_once - added -t cli option, to build listing pages, instead of guess it from the number of source files provided. | ||||
* | build: mark tests as disabled by default | Rafael G. Martins | 2015-04-19 | 1 | -0/+3 |
| | |||||
* | error: added tests | Rafael G. Martins | 2015-04-19 | 4 | -0/+68 |
| | |||||
* | loader: added compiler-defined variables | Rafael G. Martins | 2015-04-19 | 1 | -0/+58 |
| | |||||
* | trie: fixed memory leak when replacing existing key | Rafael G. Martins | 2015-04-19 | 1 | -0/+34 |
| | |||||
* | remove specific type used to store sources | Rafael G. Martins | 2015-04-19 | 1 | -12/+12 |
| | |||||
* | 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 | 2 | -4/+14 |
| | |||||
* | replaced leg-based parser with handmade parser for templates | Rafael G. Martins | 2015-04-17 | 2 | -145/+222 |
| | | | | | yay! no leg parser needed anymore. parsers still needs some work and error handling, though. | ||||
* | replaced leg-based parser with handmade parser for source files | Rafael G. Martins | 2015-04-17 | 2 | -5/+55 |
| | |||||
* | added source test | Rafael G. Martins | 2015-04-16 | 1 | -0/+25 |
| | |||||
* | added source grammar | Rafael G. Martins | 2015-04-15 | 1 | -0/+49 |
| | |||||
* | added template grammar | Rafael G. Martins | 2015-04-15 | 1 | -0/+98 |
| | |||||
* | initial structure | Rafael G. Martins | 2015-04-15 | 1 | -0/+790 |