rpnparse/README.md
2020-08-26 00:13:20 -08:00

10 lines
719 B
Markdown

# rpnparse
Go Utilities for converting infix notation to RPN and solving the RPN
---
[![Total alerts](https://img.shields.io/lgtm/alerts/g/dustinpianalto/rpnparse.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/dustinpianalto/rpnparse/alerts/)
[![Language grade: Go](https://img.shields.io/lgtm/grade/go/g/dustinpianalto/rpnparse.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/dustinpianalto/rpnparse/context:go)
[![Go Report Card](https://goreportcard.com/badge/github.com/dustinpianalto/rpnparse)](https://goreportcard.com/report/github.com/dustinpianalto/rpnparse)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/dustinpianalto/rpnparse)](https://pkg.go.dev/github.com/dustinpianalto/rpnparse)