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-12-19 12:51:52 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
2d626f9f90
semantic
/
test
/
fixtures
/
javascript
/
corpus
/
do-while-statement.parseB.txt
11 lines
172 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Migrate javascript test cases over
2017-02-23 20:55:30 +03:00
(Program
(DoWhile
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
(Boolean)
Call [] Statements
2018-05-30 00:25:31 +03:00
(Statements
Regenerate tests
2017-09-21 19:31:30 +03:00
(Call
Fix up specs
2018-03-27 20:20:28 +03:00
(MemberAccess
(Identifier)
(Identifier))
Regenerate tests
2017-09-21 19:31:30 +03:00
(Identifier)
(Empty)))))
Reference in New Issue
Copy Permalink