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

Make pragmas tokens; ignore them #10

Closed klauer closed 2 years ago

klauer commented 2 years ago

There are too many places where pragmas are valid in code (essentially anywhere, I think)

So:

klauer commented 2 years ago

Closed in #9