Skip to content

A simple calculator with lazy evaluation that is modular and easily expandable

Notifications You must be signed in to change notification settings

TobbeCarlsson/Simple-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Simple-Calculator

A simple calculator with lazy evaluation that is modular and easily expandable

The calculator can easily be tested by compiling 'calculator.py' in a terminal supporting python with the command:

python calculator.py

after which the operations can be called in the terminal window.

It can also be run directly with a .txt containing every desired operation by compiling 'calculator.py' with the path for the file as an argument:

python calculator.py in.txt

About

A simple calculator with lazy evaluation that is modular and easily expandable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages