JSAbrahams / mamba

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

Change readme to refer to classes #86

Closed JSAbrahams closed 5 years ago

JSAbrahams commented 5 years ago

Relevant issues

After some notes in #83, rewriting the README to reflect the new changes to stateless.

Summary

Reflect change to the meaning of stateless in README, and explain what it is in short.

Added Tests

...

Additional Context

...

codecov[bot] commented 5 years ago

Codecov Report

Merging #86 into master will increase coverage by 1.72%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
+ Coverage   81.63%   83.35%   +1.72%     
==========================================
  Files          62       63       +1     
  Lines        4040     4085      +45     
==========================================
+ Hits         3298     3405     +107     
+ Misses        742      680      -62
Impacted Files Coverage Δ
tests/output/syntax.rs 43.75% <0%> (-2.92%) :arrow_down:
src/core/construct.rs 32.65% <0%> (-0.34%) :arrow_down:
src/parser/ast.rs 24.28% <0%> (-0.18%) :arrow_down:
src/lexer/common.rs 100% <0%> (ø)
src/desugar/node.rs 68.22% <0%> (+0.14%) :arrow_up:
src/core/mod.rs 69.67% <0%> (+0.19%) :arrow_up:
src/parser/block.rs 96.96% <0%> (+1.31%) :arrow_up:
src/lexer/mod.rs 96.93% <0%> (+2.81%) :arrow_up:
src/lexer/token.rs 88% <0%> (+59.42%) :arrow_up:
src/lib.rs 100% <0%> (+100%) :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 6d4b854...bbd226d. Read the comment docs.