|
librdesc
|
Basic calculator. More...
Go to the source code of this file.
Basic calculator.
A lightweight arithmetic expression evaluator designed to demonstrate the capabilities of librdesc in handling standard algebraic grammars.
bc (arbitrary-precision calculator language). It is a minimal demonstration implementation named strictly for "Basic Calculator".Language features:
This header provides the exact same API as boolean_algebra.h. You may inspect the source code of bc.h directly. bc_interactive.c uses this grammar and bc_interpreter.h to implement an interactive calculator.
Definition in file bc.h.