JSAbrahams / mamba

🐍 The Mamba programming language, because we care about safety
MIT License
85 stars 3 forks source link

Properly implemenent handle statement #82

Closed JSAbrahams closed 5 years ago

JSAbrahams commented 5 years ago

Relevant issues

...

Summary

The handle statement now coincides with the grammar:

Added Tests

Tests to verify

Additional Context

...

codecov[bot] commented 5 years ago

Codecov Report

Merging #82 into master will increase coverage by 0.84%. The diff coverage is 90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
+ Coverage   80.52%   81.36%   +0.84%     
==========================================
  Files          60       61       +1     
  Lines        3974     3982       +8     
==========================================
+ Hits         3200     3240      +40     
+ Misses        774      742      -32
Impacted Files Coverage Δ
src/lexer/token.rs 28.57% <0%> (ø) :arrow_up:
src/parser/expr_or_stmt.rs 100% <100%> (+57.14%) :arrow_up:
tests/parser/valid/error.rs 100% <100%> (ø)
src/parser/definition.rs 85.81% <0%> (+3.37%) :arrow_up:
src/parser/_type.rs 87.68% <0%> (+7.97%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 008a606...cde51fb. Read the comment docs.