Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 172 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 172 Bytes

STEPS TO EXECUTE THE PROJECT:

  • Open the project directory in the terminal
  • Run the following commands:
    • lex chem.l
    • yacc chem.y
    • gcc y.tab.c -ll -ly
    • ./a.out