wyvernlang / wyvern

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

Supported implicit option type conversion for var declarations. #365

Closed sychoo closed 4 years ago

sychoo commented 4 years ago

Supported implicit option type conversion for var declaration. Modified examples/optionType.wyv and OIRTests.java to test var declaration implicit type conversion.