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

Bugfix/Enhancement: Add Support of `bit_string_literal` in CASE Statements #35

Closed engineerjoe440 closed 2 years ago

engineerjoe440 commented 2 years ago

Changes:

Issues Addressed:

Closing Thoughts:

This still may be better enhanced by including boolean_literal, but I'm not quite sure of that.

engineerjoe440 commented 2 years ago

I think this should be ready for another pass at your leisure. :smile:

engineerjoe440 commented 2 years ago

Thanks @klauer, should be ready with the new test!

klauer commented 2 years ago

GitHub won't let me give bonus points for extra effort - so an emoji will have to suffice: 🎉

Thanks!