[go: up one dir, main page]

Skip to content

Simple calculator I made in Python to learn about tokenizing, parsing and interpreting.

Notifications You must be signed in to change notification settings

rolisz/pythonCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple calculator application made in Python so that I could learn the basics of tokenizing, parsing and interpreting.
The calculator can do the basic arithmetic operations (+,-,*/,%,^) and calculate sin, cos, ln, lgamma and erfc. You can also use variables in it.
Simplest way to use it is to run the repl.py, which is a REPL for the calculator.

About

Simple calculator I made in Python to learn about tokenizing, parsing and interpreting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages