Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Latest commit

 

History

History
8 lines (8 loc) · 127 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 127 Bytes

#Expression Evaluator ##To Run

  $ flex asm.l
  $ yacc -d asm.y
  $ gcc lex.yy.c y.tab.c -o cal
  $ ./cal