0.0.2 • Published 6 years ago

@monzy/pip v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

PREFIX - INFIX - POSTFIX

npm Travis npm]()

  1. What is prefix-infix-postfix (pip) ?
  2. Installation
  3. Documentation
  4. Contribute

What is prefix-infix-postfix?

It converts expressions to prefix, infix or postfix notation.

Installation

  • npm

    local: npm install --save @monzy/pip

    global: npm install -g @monzy/pip

    var pip = require('@monzy/pip');
  • script

<script src="path-to-the-lib/prefix-infix-postfix.(min).(version).js"></script>

Documentation

Check it here

Contribute

Bug reports and pull requests are welcome on Github. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.