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

Stateless parser #6

Merged
merged 78 commits into from
May 18, 2018
Merged

Stateless parser #6

merged 78 commits into from
May 18, 2018

Conversation

bandesz
Copy link
Member

@bandesz bandesz commented May 18, 2018

This is a major refactor of the library with a lot of API changes.

Also the terminals should not return with an error when there is no match.
@codecov-io
Copy link

codecov-io commented May 18, 2018

Codecov Report

Merging #6 into master will increase coverage by 1.21%.
The diff coverage is 93.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   92.62%   93.84%   +1.21%     
==========================================
  Files          31       38       +7     
  Lines         732      828      +96     
==========================================
+ Hits          678      777      +99     
+ Misses         52       44       -8     
- Partials        2        7       +5
Impacted Files Coverage Δ
data/intset.go 100% <ø> (ø) ⬆️
data/intmap.go 100% <ø> (ø) ⬆️
examples/json/json/parser.go 0% <0%> (ø) ⬆️
text/terminal/float.go 100% <100%> (ø) ⬆️
ast/interpreter/interpreter.go 100% <100%> (ø)
text/reader.go 100% <100%> (ø) ⬆️
parsley/parsley.go 100% <100%> (ø) ⬆️
combinator/any.go 100% <100%> (ø) ⬆️
parser/terminal.go 100% <100%> (ø) ⬆️
combinator/sentence.go 100% <100%> (ø)
... and 40 more

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 ecf2287...a23865c. Read the comment docs.

@bandesz bandesz merged commit 3efece9 into master May 18, 2018
@bandesz bandesz deleted the stateless_parser branch May 18, 2018 08:46
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.

2 participants