ryardley / pdsl

The expressive declarative toolkit for composing predicates in TypeScript or JavaScript
https://pdsl.site
MIT License
69 stars 2 forks source link

Fix bug in precedence #91

Closed ryardley closed 5 years ago

ryardley commented 5 years ago

This patch fixes a bug where it was not possible to combine less than and greater than in the same expression.

codecov-io commented 5 years ago

Codecov Report

Merging #91 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #91   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      8           
  Lines         367    367           
  Branches       56     56           
=====================================
  Hits          367    367
Impacted Files Coverage Δ
packages/pdsl/parser.js 100% <ø> (ø) :arrow_up:
packages/pdsl/grammar.js 100% <100%> (ø) :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 4103487...94f58f0. Read the comment docs.