Viicos / jsonlogic

An extensible and sane implementation of JsonLogic
https://jsonlogic.readthedocs.io/
MIT License
3 stars 0 forks source link

Add test suite for operators typechecking #17

Closed Viicos closed 5 months ago

Viicos commented 5 months ago

While doing so, fixed a few issues: Fixed reference parsing when trying to resolve the empty pointers (i.e. ""). Note that dot references does not support such of format as they are ambiguous. Fixed DataStack crash when no initial data is provided. Fixed some diagnostic messages in operators typechecking. Fixed construction of some operators.