Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | loader: added compiler-defined variables | Rafael G. Martins | 2015-04-19 | 1 | -0/+18 |
| | |||||
* | safe mallocs are better :) | Rafael G. Martins | 2015-04-19 | 1 | -0/+1 |
| | |||||
* | added renderer, without tests | Rafael G. Martins | 2015-04-19 | 1 | -0/+2 |
| | |||||
* | added loader, error handling and cli. tests needed | Rafael G. Martins | 2015-04-18 | 1 | -2/+4 |
| | |||||
* | replaced leg-based parser with handmade parser for templates | Rafael G. Martins | 2015-04-17 | 1 | -23/+8 |
| | | | | | 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 | 1 | -9/+10 |
| | |||||
* | added source grammar | Rafael G. Martins | 2015-04-15 | 1 | -0/+21 |
| | |||||
* | build: fix valgrind | Rafael G. Martins | 2015-04-15 | 1 | -1/+1 |
| | |||||
* | added template grammar | Rafael G. Martins | 2015-04-15 | 1 | -3/+26 |
| | |||||
* | initial structure | Rafael G. Martins | 2015-04-15 | 1 | -0/+149 |