TheDan64 / limonite

[WIP] Compiler for the Limonite programming language.
Apache License 2.0
15 stars 3 forks source link

Dc peekable lexer #57

Closed DanCardin closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #57 into master will increase coverage by 0.26%. The diff coverage is 71.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   67.59%   67.85%   +0.26%     
==========================================
  Files          15       15              
  Lines        1515     1509       -6     
==========================================
  Hits         1024     1024              
+ Misses        491      485       -6
Impacted Files Coverage Δ
src/lexical/tokens.rs 100% <ø> (ø) :arrow_up:
src/lexical/lexer.rs 77.84% <0%> (-0.45%) :arrow_down:
src/syntax/parser.rs 69.13% <72.72%> (+0.74%) :arrow_up:
src/codegen/llvm/mod.rs 55.27% <0%> (+0.28%) :arrow_up:
src/semantic/type_checker.rs 36.84% <0%> (+1.31%) :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 502b66c...1a050b2. Read the comment docs.