FenderLang / Fender

A functional scripting language, intended for string manipulation and general scripting on the command line
MIT License
13 stars 0 forks source link

Split cast_to into ctx_cast_to and cast_to #98

Open boxbeam opened 1 year ago

boxbeam commented 1 year ago

cast_to and ctx_cast_to, one which takes the ExecutionEngine and one which doesn't - ctx_cast_to will dispatch to cast_to in the default case. cast_to should not return a Result