This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
A command line calculator written in C++ as a project for my university classes. It uses bison to parse input and a hierarchy of classes with virtual methods for implementing each individual expression. It should be able to compile it under Windows but that has not been tested since a commit some time ago.
The calculator operates on floating point numbers and understands all of the basics arithmetic operators and functions as well as logical operators and condition and loop constructs. It supports creating user defined function with static variables scoping. Thanks to some basic I/O functions one can write an interactive programs in it.
Jakbub Książniak is a coauthor of this project.







