Skip to content

naveen-a27/Auto-generation-of-c-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-generation-of-c-code

Commands to be executed for compilation and execution of Lex and Yacc Files:

  • lex lex_file.l
  • yacc -d yacc_file.y
  • gcc lex.yy.c y.tab.h -ll
  • ./a.out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published