Skip to content

Commit 1bac5b4

Browse files
author
levelicarus
committed
One last edit I swear...jk
1 parent f56202b commit 1bac5b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ Note:
1212

1313
Example:
1414
```
15-
$ python mokuton.py
15+
Given "public class HelloWorld{public static void main(String args[]){if(true){while(true){}}else{}}}"
1616
17-
public class HelloWorld{public static void main(String args[]){if(true){while(true){}}else{}}}
17+
$ python mokuton.py
1818
19-
Flattened:
2019
(MethodDeclaration (FormalParameter(ReferenceType))(IfStatement(Literal)(BlockStatement (WhileStatement(Literal)(BlockStatement)))(BlockStatement)))
2120
2221
Expanded (manually):

0 commit comments

Comments
 (0)