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

patgrasso / parsey / 16 / 2
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 04 Aug 2016 04:21PM UTC
Files 6
Run time 31s
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

04 Aug 2016 04:13PM UTC coverage: 79.204% (+3.5%) from 75.706%
16.2

push

travis-ci

patgrasso
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` instance OR a string
of the form
    A -> B C D
which describes a production.

Symbols in stringy productions are matched with existing Sym objects in
the grammar (so now the name *does* matter).

Also, terminal symbols are distinguished by surrounding quotes "", '',
or bare regex constructors /.*?/g.

179 of 226 relevant lines covered (79.2%)

224.04 hits per line

Source Files on job 16.2
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 16
  • Travis Job 16.2
  • 1f249d59 on github
  • Prev Job for on master (#15.2)
  • Next Job for on master (#17.3)
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

© 2026 Coveralls, Inc