aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* cli: fixed helpRafael G. Martins2015-04-231-1/+1
* cli: added -vRafael G. Martins2015-04-231-1/+5
* minor optimizationRafael G. Martins2015-04-211-1/+1
* no need to use strndupRafael G. Martins2015-04-211-2/+2
* improved cli argument handlingRafael G. Martins2015-04-211-2/+12
* refactored blocksRafael G. Martins2015-04-211-5/+21
* minor fixRafael G. Martins2015-04-201-2/+1
* create output directories recursivelyRafael G. Martins2015-04-201-0/+45
* main: handle -o properlyRafael G. Martins2015-04-191-2/+21
* remove specific type used to store sourcesRafael G. Martins2015-04-191-1/+1
* added renderer, without testsRafael G. Martins2015-04-191-1/+4
* added loader, error handling and cli. tests neededRafael G. Martins2015-04-181-3/+95
* replaced leg-based parser with handmade parser for templatesRafael G. Martins2015-04-171-7/+1
* replaced leg-based parser with handmade parser for source filesRafael G. Martins2015-04-171-4/+6
* added source grammarRafael G. Martins2015-04-151-5/+7
* added template grammarRafael G. Martins2015-04-151-0/+6
* initial structureRafael G. Martins2015-04-151-0/+21