Skip to content

Calculator v1.0

Compare
Choose a tag to compare
@tomasanchez tomasanchez released this 16 Nov 14:46
· 52 commits to master since this release

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