domingosjuliopinto / SPCC_Lex

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

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

License:The Unlicense


Languages

Language:C 93.7%Language:Lex 6.3%