An open API service indexing awesome lists of open source software.

https://github.com/rdch106/stack-evaluator

Evaluate arithmetic expression using stack evaluator
https://github.com/rdch106/stack-evaluator

data-structures math

Last synced: 5 months ago
JSON representation

Evaluate arithmetic expression using stack evaluator

Awesome Lists containing this project

README

          

# Stack Evaluator

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/cab5115366614fe0a43e3b6a3ac72d2f)](https://www.codacy.com/app/RDCH106/stack-evaluator?utm_source=github.com&utm_medium=referral&utm_content=RDCH106/stack-evaluator&utm_campaign=badger)
[![Build Status](https://travis-ci.org/RDCH106/stack-evaluator.svg?branch=master)](https://travis-ci.org/RDCH106/stack-evaluator)

Evaluate arithmetic expression using stack evaluator