klauer / blark

Beckhoff TwinCAT ST (IEC 61131-3) code parsing in Python using Lark (Earley)
https://klauer.github.io/blark/
GNU General Public License v2.0
42 stars 5 forks source link

FIX: small regression after IndirectionType adjustments of #33 #38

Closed klauer closed 2 years ago

klauer commented 2 years ago

Issue

IndirectionType.none went away, but we were still using it in DataType.

Resolution