tokay-lang / tokay

Tokay is a programming language designed for ad-hoc parsing, inspired by awk.
https://tokay.dev
MIT License
239 stars 7 forks source link

Objects should allow for error reporting in to_i64(), to_f64(), to_usize() and to_bigint() #57

Closed phorward closed 2 years ago

phorward commented 2 years ago

In case an object cannot be converted to to_i64(), to_f64(), to_usize() or to_bigint(), it should be possible to provide an error message.

Todos: