aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* error: added testsRafael G. Martins2015-04-194-0/+68
|
* loader: added compiler-defined variablesRafael G. Martins2015-04-191-0/+58
|
* trie: fixed memory leak when replacing existing keyRafael G. Martins2015-04-191-0/+34
|
* remove specific type used to store sourcesRafael G. Martins2015-04-191-12/+12
|
* fix testRafael G. Martins2015-04-191-2/+2
|
* added loader, error handling and cli. tests neededRafael G. Martins2015-04-182-4/+14
|
* replaced leg-based parser with handmade parser for templatesRafael G. Martins2015-04-172-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 filesRafael G. Martins2015-04-172-5/+55
|
* added source testRafael G. Martins2015-04-161-0/+25
|
* added source grammarRafael G. Martins2015-04-151-0/+49
|
* added template grammarRafael G. Martins2015-04-151-0/+98
|
* initial structureRafael G. Martins2015-04-151-0/+790