Also fixes the incompatibility between store_into and scan and action: when the three methods above were called, being all based on the (unique) action, the last one would overwrite the previous ones.
This issue was making the parser strictly dependant on the order of the scan/store_into/action calls making them mutually exclusive.
Also fixes the incompatibility between store_into and scan and action: when the three methods above were called, being all based on the (unique) action, the last one would overwrite the previous ones.
This issue was making the parser strictly dependant on the order of the scan/store_into/action calls making them mutually exclusive.