librdesc
Loading...
Searching...
No Matches
bc.h File Reference

Basic calculator. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Basic calculator.

A lightweight arithmetic expression evaluator designed to demonstrate the capabilities of librdesc in handling standard algebraic grammars.

Note
Disambiguation: This module is not related to the POSIX bc (arbitrary-precision calculator language). It is a minimal demonstration implementation named strictly for "Basic Calculator".

Language features:

See also
This header provides the exact same api with boolean_algebra.h. You may inspect source code of bc.h.