SheepWizard / Simple-Calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Calculator

Created this to practise making a lexer and parser.

Can add, minius, divide, multiply, modulo and raise numbers to power. Also follows BIDMAS rules.

To start run:

py calculator.py

Example usage:

1+2-(6*3) / 2.34 + (6%23) + (4^2)

About


Languages

Language:Python 100.0%