Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -1/+0 |
| | |||||
* | top level closures should work; transf is not a pass anymore; next steps for ↵ | Araq | 2012-08-13 | 1 | -3/+1 |
| | | | | first class iterator support | ||||
* | made more tests green | Araq | 2012-07-26 | 1 | -1/+2 |
| | |||||
* | grammar: the built-in type classes are now valid expressions | Zahary Karadjov | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | expr params implemented for procs; paving the way for type classes | Zahary Karadjov | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | fix for template redefinition. test cases added. | Zahary Karadjov | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | unit test for #100 | Zahary Karadjov | 2012-03-10 | 1 | -0/+2 |
unittest: the check macro will print only the non-literal part of the checked expression tests/run: added tunittests.nim as a single central executable where unittests could be added for quicker compilation/execution of the test suite |