This website requires JavaScript.
Explore
Help
Sign In
github
/
semantic
Watch
1
Star
1
Fork
0
You've already forked semantic
mirror of
https://github.com/github/semantic.git
synced
2024-11-29 11:02:26 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
d144087486
semantic
/
test
/
fixtures
/
python
/
corpus
/
tuple.parseB.txt
10 lines
130 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Generate test fixtures for Python
2017-08-11 21:58:45 +03:00
(Program
(Tuple
(Identifier)
(Identifier)
(Identifier))
(Tuple
(Identifier)
(Identifier))
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 17:59:29 +03:00
(Identifier))
Reference in New Issue
Copy Permalink