Yakou
Yakou copied to clipboard
Short circuit evalution bytecode generation
Current Possible implementation strategy
- Refer to Javac 17's implementation on Godbolt
Reference
Sidenote
This issue is part of #57.
Update 8/2/22
Use nested if strategy to generate short circuit control flow.