Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | macros: Add test for node comparsion | Adam Strzelecki | 2015-06-10 | 1 | -0/+39 |
| | |||||
* | Macros: Introduce getType(t: typedesc): NimNode | Adam Strzelecki | 2015-05-17 | 1 | -0/+20 |
| | | | | | | | | | | | | | Since typedesc are exception in macros and they are not implicitly converted to NimNode on macro call, we need some means to perform such conversion on demand. Fortunately it is as simple as declaring new magic "NGetType" proc with typedesc parameter. NOTE: Keeping actual macro exceptional behavior for typedesc is important, since it allows passing typedesc macro parameter to other procs or macros expecting type parameter. If typedesc parameter was implicitly converted, then we would lost this ability. | ||||
* | fixes #2372 | Araq | 2015-04-25 | 1 | -0/+12 |
| | |||||
* | fixes #2505, fixes #1853, fixes #2522 | Araq | 2015-04-20 | 1 | -2/+2 |
| | |||||
* | parse 'of' branches for macros properly | Araq | 2015-04-19 | 1 | -0/+16 |
| | |||||
* | minor lexer cleanups; fixes #2504 | Araq | 2015-04-10 | 1 | -0/+1 |
| | |||||
* | added test for symbol type | fowlmouth | 2015-03-27 | 1 | -0/+49 |
| | |||||
* | Rename PNimrodNode to NimNode | def | 2015-03-17 | 13 | -42/+42 |
| | |||||
* | tester reports ignored tests and supports 'nimout'; fixes #2211 | Araq | 2015-02-25 | 4 | -8/+28 |
| | |||||
* | added tests from issue #497 | Simon Hafner | 2015-02-01 | 2 | -0/+22 |
| | |||||
* | fixes #1944 | Araq | 2015-01-18 | 1 | -0/+10 |
| | |||||
* | fixes #1120 | Araq | 2014-12-25 | 1 | -2/+2 |
| | |||||
* | implemented 'koch pdf' | Araq | 2014-12-19 | 1 | -0/+43 |
| | |||||
* | fixes error propagation for macros.parseExpr | Araq | 2014-11-13 | 1 | -2/+4 |
| | |||||
* | fixes #1473 | Araq | 2014-11-12 | 1 | -0/+17 |
| | |||||
* | further adaptations | Araq | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | fixes #1323 | Araq | 2014-07-08 | 1 | -1/+11 |
| | |||||
* | fixes #933 | Araq | 2014-07-08 | 1 | -1/+17 |
| | |||||
* | fixes #1103; fixes #1297 | Araq | 2014-07-08 | 1 | -1/+45 |
| | |||||
* | fixes #1319 | Araq | 2014-06-30 | 1 | -0/+25 |
| | |||||
* | Enable disabled test | flaviut | 2014-05-26 | 1 | -2/+1 |
| | |||||
* | Add test for #1149 | flaviut | 2014-05-26 | 1 | -0/+20 |
| | |||||
* | added test case for bug #1140 | Araq | 2014-05-06 | 1 | -0/+35 |
| | |||||
* | Fixes #1093. | Dominik Picheta | 2014-04-20 | 1 | -0/+19 |
| | |||||
* | fixes #911 | Araq | 2014-03-28 | 1 | -0/+1 |
| | |||||
* | Added test for issue #911. | Dominik Picheta | 2014-03-27 | 1 | -0/+62 |
| | |||||
* | fixes tmemit regression | Araq | 2014-03-26 | 1 | -1/+15 |
| | |||||
* | new VM is getting stable | Araq | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | fixes #926 | Araq | 2014-02-17 | 1 | -0/+19 |
| | |||||
* | tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is ↵ | Araq | 2014-02-05 | 1 | -0/+29 |
| | | | | required for skipTypes | ||||
* | macro tests almost green | Araq | 2014-02-03 | 5 | -7/+9 |
| | |||||
* | fixed cases | Araq | 2014-02-02 | 1 | -3/+3 |
| | |||||
* | parser support anon iterators | Araq | 2014-01-20 | 1 | -0/+7 |
| | |||||
* | better tester | Araq | 2014-01-17 | 16 | -0/+493 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 4 | -0/+115 |