|
Scientific Calculator
Recursive descent parsing scientific calculator
|
Structure that stores elements of the parse tree. More...
#include <Lib.h>
Public Attributes | |
| char | type |
| long double | value |
| struct parsetree * | left |
| struct parsetree * | right |
Structure that stores elements of the parse tree.