Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 184 Bytes

File metadata and controls

9 lines (6 loc) · 184 Bytes

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