Scientific Calculator
Recursive descent parsing scientific calculator
Loading...
Searching...
No Matches
Public Attributes | List of all members
parsetree Struct Reference

Structure that stores elements of the parse tree. More...

#include <Lib.h>

Public Attributes

char type
 
long double value
 
struct parsetreeleft
 
struct parsetreeright
 

Detailed Description

Structure that stores elements of the parse tree.


The documentation for this struct was generated from the following file: