shnewto / bnf

Parse BNF grammar definitions
MIT License
256 stars 22 forks source link

Derive SerDe for bnf objects, json is nice to use for parse results #74

Closed shnewto closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #74 (aa2c686) into main (c5efaed) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #74   +/-   ##
=======================================
  Coverage   90.66%   90.66%           
=======================================
  Files          10       10           
  Lines         793      793           
=======================================
  Hits          719      719           
  Misses         74       74           
Impacted Files Coverage Δ
src/expression.rs 94.54% <ø> (ø)
src/grammar.rs 88.46% <ø> (ø)
src/production.rs 87.12% <ø> (ø)
src/term.rs 89.04% <ø> (ø)

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 c5efaed...aa2c686. Read the comment docs.