Open ClementSparrow opened 2 years ago
Something like:
ObjA:directions blue copy: ObjB:< shift:<:1
Should work but does not (and the error message is not appropriate).
I think it's just a question of replacing reg_tagged_name with reg_maptagged_name in case 4 of tokenInObjectsSection, but this needs some testing.
reg_tagged_name
reg_maptagged_name
tokenInObjectsSection
May be related to #29 and #30.
See also commit e544a4e0d38e698597cf41bf1f073c8a240be154
Something like:
Should work but does not (and the error message is not appropriate).
I think it's just a question of replacing
reg_tagged_name
withreg_maptagged_name
in case 4 oftokenInObjectsSection
, but this needs some testing.May be related to #29 and #30.