public
Description: A command line calculator implementing functional programming paradigm
Home | Edit | New

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.

Last edited by mina86, Sat Mar 07 03:28:13 -0800 2009
Home | Edit | New
Versions: