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

Allow lowercase primitives and increase code coverage #44

Merged
merged 1 commit into from
Aug 12, 2019

Conversation

ryardley
Copy link
Owner

  • Add lower case primitaves eg. string, number, etc.
  • Add undocumented p. unsafe_tokens and p.unsafe_rpn for dedugging.
  • Increase code coverage.
  • Some tidy up

@codecov-io
Copy link

codecov-io commented Aug 12, 2019

Codecov Report

Merging #44 into master will increase coverage by 9.82%.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #44      +/-   ##
========================================
+ Coverage   90.17%   100%   +9.82%     
========================================
  Files           8      8              
  Lines         285    300      +15     
  Branches       40     40              
========================================
+ Hits          257    300      +43     
+ Misses         28      0      -28
Impacted Files Coverage Δ
index.js 100% <100%> (ø) ⬆️
grammar.js 100% <100%> (+25.45%) ⬆️

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 069561e...cbd3cd1. Read the comment docs.

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