1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 22:01:46 +03:00
semantic/test/fixtures/python/corpus/while-statement.parseB.txt
2018-05-29 14:25:31 -07:00

11 lines
146 B
Plaintext

(Program
(While
(Identifier)
(Statements
(Break
(Empty))
(Continue
(Empty))
(NoOp
(Empty)))))