项目作者: pticon

项目描述 :
Reverse Polish Notation
高级语言: C
项目地址: git://github.com/pticon/RPN.git
创建时间: 2018-07-07T19:28:21Z
项目社区:https://github.com/pticon/RPN

开源协议:BSD 3-Clause "New" or "Revised" License

下载


RPN

Reverse Polish Notation. For more information, please check wikipedia.

Prerequisites

You have to install the GNU readline and a working C compiler (clang, gcc, etc…).

Build

Generate the configure script:

  1. ./bootstrap.sh

Generate the Makefile:

  1. ./configure

Compile the source:

  1. make

or:

  1. ./build.sh

Clean everything:

  1. ./clean.sh

Running the tests

There is a python script called regress.py which is wrapped via the clean.sh script.

License

rpn is licensed under the BSD 3-clause “New” or “Revised” License.