We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56202b commit 1bac5b4Copy full SHA for 1bac5b4
README.md
@@ -12,11 +12,10 @@ Note:
12
13
Example:
14
```
15
-$ python mokuton.py
+Given "public class HelloWorld{public static void main(String args[]){if(true){while(true){}}else{}}}"
16
17
-public class HelloWorld{public static void main(String args[]){if(true){while(true){}}else{}}}
+$ python mokuton.py
18
19
-Flattened:
20
(MethodDeclaration (FormalParameter(ReferenceType))(IfStatement(Literal)(BlockStatement (WhileStatement(Literal)(BlockStatement)))(BlockStatement)))
21
22
Expanded (manually):
0 commit comments