talhaahussain / graphing-calculator-CLI

A simple, CLI-based graphing calculator, written in R and Python.
MIT License
0 stars 0 forks source link

Add argparser support #1

Open talhaahussain opened 3 months ago

talhaahussain commented 3 months ago

User should be able to give:

User could be able to give:

talhaahussain commented 2 months ago

To parse inputted equations, use ast module.