Skip to content

Commit d37d14e

Browse files
author
levelicarus
committed
Letting the readers know that the example tree was manually expanded. Didn't use pretty print.
1 parent 9f582be commit d37d14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class HelloWorld{public static void main(String args[]){if(true){while(tr
1717
Flattened:
1818
(MethodDeclaration (FormalParameter(ReferenceType))(IfStatement(Literal)(BlockStatement (WhileStatement(Literal)(BlockStatement)))(BlockStatement)))
1919
20-
Expanded:
20+
Expanded (manually):
2121
(MethodDeclaration
2222
(FormalParameter
2323
(ReferenceType)

0 commit comments

Comments
 (0)