/SPCC_Lex

This repository contains lex programs and one yacc program that was done during SPCC Practicals (Sem 6)

Primary LanguageCThe UnlicenseUnlicense

SPCC_Lex

This repository contains lex programs and one yacc program that was done during SPCC Practicals (Sem 6)

Steps to run

  • install bison and flex
  • Open terminal and go to the location where lex file is
  • run 'flex program_name.l'
  • run 'gcc lex.yy.c'
  • run 'a.exe'