Skip to content

BartoszMiz/PolNot-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polish Notation Calculator

A calculator project that parses formulae in Polish Notation.

Features

  • Polish Notation parsing
  • variable support
  • sine function
  • command line interface
  • unit tests

Getting started

The project is built with CMake. To build it run

cmake -B build
cmake --build build

Then run the binary with

./build/PolNot-Calculator

Type help to see available commands.

Run unit tests with

./build/PolNot-Calculator-Tests

About

Polish Notation calculator implementation

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors