wyvernlang / wyvern

The Wyvern programming language.
http://wyvernlang.github.io/
GNU General Public License v2.0
556 stars 65 forks source link

Resolved issue 214, added short circuit evaluation for "boolean and" and "boolean or" operation. #355

Closed sychoo closed 5 years ago

sychoo commented 5 years ago

Resolved issue 214, added short circuit evaluation for "boolean and" and "boolean or" operation. Added short circuit evaluation example under examples/shortCircuitEval.wyv.