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

Support arrays of arrays #66

Closed engineerjoe440 closed 1 year ago

engineerjoe440 commented 1 year ago

Related Issues

Changes

Closing Thoughts

I think this one should be pretty simple. I'm thankful for that! No rush to get this merged in (please enjoy your time away and don't review until you return).

codecov-commenter commented 1 year ago

Codecov Report

Merging #66 (dddb876) into master (4ea1ea0) will decrease coverage by 0.3%. The diff coverage is 100.0%.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/klauer/blark/pull/66/graphs/tree.svg?width=650&height=150&src=pr&token=QZDTKF30TH&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K+Lauer)](https://codecov.io/gh/klauer/blark/pull/66?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K+Lauer) ```diff @@ Coverage Diff @@ ## master #66 +/- ## ======================================== - Coverage 72.7% 72.5% -0.3% ======================================== Files 18 18 Lines 3814 3816 +2 ======================================== - Hits 2774 2767 -7 - Misses 1040 1049 +9 ``` | [Impacted Files](https://codecov.io/gh/klauer/blark/pull/66?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K+Lauer) | Coverage Δ | | |---|---|---| | [blark/tests/test\_transformer.py](https://codecov.io/gh/klauer/blark/pull/66?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K+Lauer#diff-YmxhcmsvdGVzdHMvdGVzdF90cmFuc2Zvcm1lci5weQ==) | `94.4% <ø> (ø)` | | | [blark/transform.py](https://codecov.io/gh/klauer/blark/pull/66?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K+Lauer#diff-YmxhcmsvdHJhbnNmb3JtLnB5) | `99.0% <100.0%> (+<0.1%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://codecov.io/gh/klauer/blark/pull/66/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K+Lauer)