Skip to content

BiCapitalization/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calculator

This is a simple calculator written in Haskell, mainly for my own learning purposes. Currently, the only way the calculator can be invoked is by passing an expression as the first argument on the command line.

Features

Following functionality is currently supported:

  • The four basic arithmetic operators: +, -, *, and /
  • Unary + and -
  • Parenthesized expressions
  • Basic operator precedence rules

About

A simple calculator written in Haskell, mainly for learning purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published