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: function call chaining in expressions #94

Closed klauer closed 9 months ago

klauer commented 9 months ago

Closes #93

codecov-commenter commented 9 months ago

Codecov Report

Merging #94 (7b1a286) into master (f0783f5) will increase coverage by 0.0%. Report is 1 commits behind head on master. The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #94   +/-   ##
======================================
  Coverage    81.5%   81.6%           
======================================
  Files          27      27           
  Lines        5819    5829   +10     
======================================
+ Hits         4747    4757   +10     
  Misses       1072    1072           
Files Coverage Δ
blark/tests/test_transformer.py 94.7% <ø> (ø)
blark/transform.py 98.3% <100.0%> (+<0.1%) :arrow_up: