1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00
semantic/test/fixtures/python
Patrick Thomson 6f63463269 Remove explicit Paren node from syntax trees.
As @robrix pointed out, adding explicit parenthesis nodes to our ASTs
bloats them with no added gain in expressivity. A pretty-printing
solution should use something analogous to `showsPrec` to ensure that
parentheses are printed properly.
2018-04-23 11:00:10 -04:00
..
analysis Implement multiple inheritance. 2018-03-22 15:54:21 -04:00
corpus Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
import-graph Fix Python method calls. 2018-03-22 15:35:08 -04:00