Closed sbinet closed 6 years ago
Merging #213 into master will decrease coverage by
0.02%
. The diff coverage is21.05%
.
@@ Coverage Diff @@
## master #213 +/- ##
==========================================
- Coverage 50.68% 50.65% -0.03%
==========================================
Files 22 22
Lines 10163 10172 +9
==========================================
+ Hits 5151 5153 +2
- Misses 4510 4517 +7
Partials 502 502
Impacted Files | Coverage Δ | |
---|---|---|
parser/parser.go | 70.26% <11.11%> (ø) |
:arrow_up: |
parser/scanner.go | 69.12% <30%> (-0.86%) |
:arrow_down: |
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 e1001b7...3ac7bfd. Read the comment docs.
This CL introduces 2 new tokens: '{|' and '|}' to ease parsing and lift ambiguities with the support for the binary '|' oeprator.