Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 429 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 429 Bytes

Macrosimplifier

Whatever calculation you want the computer to discover is interpreted as a macro.

The macro is simplified.
Into a prefix notation syntax, enjoy 😉 .

All of the relevant information is returned as the result.

Installation

Clone the project run the test suite and then run the mix task I made called "runn"

git clone https://github.com/MichaelDimmitt/macrosimplifier;
mix test;
mix runn;