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

https://github.com/dev-michael-schmidt/recursive-parser

A simple scientific calculator which parses expressions using recursion.
https://github.com/dev-michael-schmidt/recursive-parser

Last synced: 3 months ago
JSON representation

A simple scientific calculator which parses expressions using recursion.

Awesome Lists containing this project

README

        

# recursive-parser
A simple scientific calculator which parses expressions using recursion.

Currently only integer based, and needs some love.