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

Basic Calculator. More...

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.