Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 323 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 323 Bytes

Calculator_Flex_Bison

This is the result of the flex and bison assignment given in the masters program of FET. A simple calculator capable of understanding hexadecimal numbers, octal numbers, decimal numbers, real numbers, and exponents in the scientific notation. The calculator also can perform mod and pow operations.