• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

patgrasso / parsey
100%

Build:
DEFAULT BRANCH: master
Repo Added 02 Aug 2016 02:24AM UTC
Files 5
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • v0.1.1
  • v0.2.0

pending completion
24

push

travis-ci

patgrasso
Fix bug in the scanning stage of earley

If a scan is successful, a new earley item should only be added to the
next state if one exists to be added to. This means the current state
should be < tokens.length, not states.length (states.length =
tokens.length + 1).

182 of 182 relevant lines covered (100.0%)

846.3 hits per line

Relevant lines Covered
Build:
Build:
182 RELEVANT LINES 182 COVERED LINES
846.3 HITS PER LINE
Source Files on master
  • List 0
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24 master Fix bug in the scanning stage of earley If a scan is successful, a new earley item should only be added to the next state if one exists to be added to. This means the current state should be < tokens.length, not states.length (states.length = tok... push 06 Aug 2016 03:45PM UTC patgrasso travis-ci pending completion  
22 master Ease up on the docs + add Inch CI badge to README push 04 Aug 2016 08:58PM UTC patgrasso travis-ci pending completion  
21 master Include `CFG` in README push 04 Aug 2016 07:59PM UTC patgrasso travis-ci pending completion  
20 master Final support fix for node v5 push 04 Aug 2016 07:17PM UTC patgrasso travis-ci pending completion  
19 master Ignore 'y' flag when testing RegExp matching (node v5 support) push 04 Aug 2016 06:35PM UTC patgrasso travis-ci pending completion  
18 master Remove pattern matching array decomposition to support node v5.x push 04 Aug 2016 06:25PM UTC patgrasso travis-ci pending completion  
17 master Document CFG and associated methods Also, pass each rule provided to the constructor through the `rule()` method, instead of simply pushing it onto the array. This allows stringy rules to be passed into the constructor. push 04 Aug 2016 05:22PM UTC patgrasso travis-ci pending completion  
16 master Create CFG class to contain a set of rules + spec The CFG class is just like an Array, so it can be used with `parse()` and other functions that take a list of rules as a grammar, except its primary method, `rule()`, accepts either a `Rule` insta... push 04 Aug 2016 04:20PM UTC patgrasso travis-ci pending completion  
15 master Document everything, pretty much push 03 Aug 2016 10:21PM UTC patgrasso travis-ci pending completion  
13 master Fix the issue of multiple rules existing in same earley state Duplicate earley items should not exist concurrently in a given earley state, but duplicate _rules_ should be allowed. This means that if two earley items have the same rule, but diffe... push 03 Aug 2016 02:48PM UTC patgrasso travis-ci pending completion  
See All Builds (20)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc