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: struct extends #8

Closed klauer closed 3 years ago

klauer commented 3 years ago

More cleanups, and fixing extended structures.

klauer commented 3 years ago

I think pragmas should probably be treated like comments at some point. Regardless, the grammar we have here parses most of our code and cases where we use pragmas at least. 🤷‍♂️