Skip to content

gaganchandan/Calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calc

A simple calculator written in OCaml.

Calc supports operations on both positive and negative integers. It recognizes parentheses as well.

Currently Calc supports the following operations:

  1. Addition (+)

  2. Subtraction (-)

  3. Multiplication (*)

  4. Division (*)

  5. Modulus (%)

  6. Exponentiation (^)

The command exit is used to exit the program.

About

A simple calculator written in OCaml.

Resources

Stars

Watchers

Forks

Packages

No packages published