cheddar-lang / Cheddar

🧀 Cheddar, the language that works for you
cheddar.vihan.org
Apache License 2.0
28 stars 9 forks source link

hotfix [casting]: Casting error messages would display improperly #11

Closed vihanb closed 8 years ago

vihanb commented 8 years ago

Casting error messages would show as nil and <target> this could be potentially confusing as nil means a variable is unset, while the variable wouldn't. The Name property is too high-level to be abstracted