SwiftStudies / OysterKit

OysterKit is a framework that provides a native Swift scanning, lexical analysis, and parsing capabilities. In addition it provides a language that can be used to rapidly define the rules used by OysterKit called STLR
BSD 2-Clause "Simplified" License
178 stars 23 forks source link

Swift/4.2 #65

Closed SwiftStudies closed 6 years ago

SwiftStudies commented 6 years ago

Fixes issue #64

codecov[bot] commented 6 years ago

Codecov Report

Merging #65 into master will increase coverage by 0.53%. The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
+ Coverage   67.31%   67.84%   +0.53%     
==========================================
  Files          35       35              
  Lines        4048     4062      +14     
==========================================
+ Hits         2725     2756      +31     
+ Misses       1323     1306      -17
Flag Coverage Δ
#ExampleLanguages 66.66% <ø> (ø) :arrow_up:
#OysterKit 62.32% <100%> (+0.58%) :arrow_up:
#STLR 67.84% <93.75%> (+0.53%) :arrow_up:
#stlrc 67.84% <93.75%> (+0.53%) :arrow_up:
Impacted Files Coverage Δ
Sources/OysterKit/Rules/ParserRules.swift 81.43% <100%> (+0.06%) :arrow_up:
Sources/STLR/STLRCompiler.swift 89.86% <92.85%> (+0.15%) :arrow_up:
...epresentations/AbstractSyntaxTreeConstructor.swift 82.4% <0%> (-2.78%) :arrow_down:
Sources/OysterKit/Rules/Rule.swift 97.48% <0%> (+0.62%) :arrow_up:
Sources/STLR/STLR Data Model.swift 64.24% <0%> (+1.14%) :arrow_up:
...ermediate Representations/AbstractSyntaxTree.swift 86.66% <0%> (+46.66%) :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 b86b62f...1bb84c2. Read the comment docs.