xio812

Results 2 comments of xio812

The overloading of operators does not support the return of errors at the moment. If you adopt the example from the documentation, it works fine, i.e. use `"add": func(a interface{},...

According to the docs, `expr` allows you to define new functions or override (existing) binary operators. Specifically, there is no API to define new operators (yet). Such an API would...