Calculator v1.0
07-CalcInfMan
is a simple calculator made as an assignment being its objective learn about ANSI-C
compiling, syntax and semantics found in a scanner and a parser.
At this current version calculator allows scanning and parsing and solving expression such as:
Numbers: 1
Variables: A (As 0 Value).
Expressions: 1+2
Expressions with brackets: (1+2)*5