CASC-Lang / Yakou

An experimental JVM Language inspired by Rust.
38 stars 2 forks source link

Short circuit evalution bytecode generation #59

Open ChAoSUnItY opened 1 year ago

ChAoSUnItY commented 1 year ago

Current Possible implementation strategy

Reference

Sidenote

This issue is part of #57.

ChAoSUnItY commented 1 year ago

Update 8/2/22

Use nested if strategy to generate short circuit control flow.