/Calc-language

Calc is a basic language to perfrom simple number calculations

Primary LanguagePython

Calc-language

Calc is a basic language which can perform simple arithmetic operations.

It supports conditions, if statements, while loops, variables, priting and reading from stdout/in and basic arithmetic operations.

Example programs can be found in examples.py aswell as incorrect programs.