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

rm-hull / jasengo / 19394356400 / 1
85%
main: 81%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/upload-artifact-6
DEFAULT BRANCH: main
Ran 15 Nov 2025 07:14PM UTC
Files 7
Run time 0s
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

15 Nov 2025 07:07PM UTC coverage: 89.728% (+1.3%) from 88.475%
19394356400.1

Pull #4

github

rm-hull
feat: Add ChainL and ChainR combinators

Introduce `ChainL` and `ChainR` generic parser combinators.

These functions are essential tools for parsing expressions
involving binary operators and defining associativity:

* `ChainL`: Implements left associativity (e.g., `a op b op c` -> `((a
op b) op c)`).
* `ChainR`: Implements right associativity (e.g., `a op b op c` -> `(a
op (b op c))`).

An arithmetic expression parser example is included in
`parser_test/example2_test.go` demonstrating their usage.
Pull Request #4: feat: Add ChainL and ChainR combinators

297 of 331 relevant lines covered (89.73%)

1.08 hits per line

Source Files on job 19394356400.1
  • Tree
  • List 7
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19394356400
  • 4110af3d on github
  • Prev Job for on test/worked-example-2 (#19393388616.1)
  • Delete
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