Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get symbol kind (#7491) | Arne Döring | 2018-04-11 | 1 | -6/+6 |
| | |||||
* | Fixes #7473 (#7475) | Arne Döring | 2018-04-04 | 1 | -6/+6 |
| | | | | | * removed code duplication * changelog entry, adopt tests for changes | ||||
* | make tests green again | Andreas Rumpf | 2017-11-19 | 1 | -6/+6 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-09-26 | 1 | -9/+9 |
| | |||||
* | Creating and setting comment nodes in macros (#5850) | Fredrik Høisæther Rasch | 2017-05-31 | 1 | -0/+8 |
| | | | | | | | * strVal assingnable comment statement ast nodes * Set comment instead of strVal for comment nodes * Added test code for creating and setting comment nodes * Modified the AST spec documentation for documentation comments | ||||
* | fix seq add for nim node in VM (#5253) | Arne Döring | 2017-01-19 | 1 | -2/+7 |
| | | | fixes #4821 | ||||
* | make quote ast a ref type (#5246) | Arne Döring | 2017-01-19 | 1 | -0/+69 |
* make quote ast a ref type * recursive set flag isRef for quoted ast |