Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 238 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 238 Bytes

Calculator

Lex/Yacc Calculator A simple Lex/Yacc calculator. Can store expressions in variables using the syntax, variable=expression, where variable is the name (string characters only) of the variable and the expression is the value.