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.
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. FixedDataStack
crash when no initial data is provided. Fixed some diagnostic messages in operators typechecking. Fixed construction of some operators.