Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *Pimped up* the test runner with colorful output | Zahary Karadjov | 2011-10-07 | 1 | -2/+6 |
| | | | | Added: terminal.styledEcho macro | ||||
* | Cleaned up the circular dependecies and remaining issues | Zahary Karadjov | 2011-10-07 | 1 | -16/+5 |
| | | | | Changed: The []= operator for strings and sequences is now capable of splicing | ||||
* | Basic unit testing facilities (suites, fixtures, cases) | Zahary Karadjov | 2011-10-07 | 1 | -0/+157 |
Added: PNimrodNode.lineinfo for better error messages from macros Added: seq.splice For easier use from templates and macros, except stament now supports the list of exception types to be supplied in nkBraket node (array literal). |