blark icon indicating copy to clipboard operation
blark copied to clipboard

Repeated Variable Declaration in Structure with a Single Structured Data Type Fails to Parse

Open engineerjoe440 opened this issue 9 months ago • 0 comments

Looks like blark isn't liking "repeated" variable declarations using a structured type. I just added a test case for this on this branch. Hope that I'll get a chance to dig into it a little more very soon!

TYPE somethingCool :
STRUCT
        AlertTimer, SignalBadTimer, QualityBadTimer : library.TPUDO;
END_STRUCT
END_TYPE

ℹ️ Note:

I updated this description and title to reflect that this is specifically related to structures.

engineerjoe440 avatar May 02 '24 23:05 engineerjoe440