Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/generic parser combinators3 #34

Merged
merged 2 commits into from
Jun 15, 2019

Conversation

mori0091
Copy link
Owner

Relative to #28

  • generic cons(p, ps)

- PARSER(List(Char)) cons(PARSER(Char) p, PARSER(List(Char)) ps)
- PARSER(List(String)) cons(PARSER(String) p, PARSER(List(String)) ps)
- PARSER(List(Int)) cons(PARSER(Int) p, PARSER(List(Int)) ps)
@codecov
Copy link

codecov bot commented Jun 15, 2019

Codecov Report

Merging #34 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   98.73%   98.74%   +<.01%     
==========================================
  Files          58       58              
  Lines        1736     1749      +13     
==========================================
+ Hits         1714     1727      +13     
  Misses         22       22
Impacted Files Coverage Δ
src/cons.c 100% <100%> (ø) ⬆️
include/cparsec2.hpp 100% <100%> (ø) ⬆️
test/src/test_cons.cpp 100% <100%> (ø) ⬆️

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 30a22c6...17a135a. Read the comment docs.

@mori0091 mori0091 marked this pull request as ready for review June 15, 2019 14:43
@mori0091
Copy link
Owner Author

Accepted.

@mori0091 mori0091 merged commit 61f2cb0 into master Jun 15, 2019
@mori0091 mori0091 deleted the feature/generic_parser-combinators3 branch June 15, 2019 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant