pcdshub / pytmc

Generate EPICS IOCs and records from TwinCAT projects - along with many TwinCAT project tools
https://pcdshub.github.io/pytmc/
Other
10 stars 11 forks source link

FIX: code parsing failure #111

Closed klauer closed 5 years ago

klauer commented 5 years ago

I think my parsing code is just too naïve, as somewhat expected. It's either patch this up and make it "good enough" or eventually fall back to tried-and-true (but complicated) grammar-based parsing.

teddyrendahl commented 5 years ago

Good enough for me! Just curious if this was intended to catch operator errors or not.