TE-IT PRACTICAL ASSIGNMENT
IT CONTAINS TWO FILES lex.l AND yacc.y
PLEASE USE LINUX (TERMINAL) FOR COMPILATION.
Ubuntu does not come installed with a lex and yacc compiler to do so install it first by
-
Opening the terminal
-
type - sudo apt-get install flex
-
enter your password
after installation of flex finishes
-
type - sudo apt-get install bison
-
enter your pasword.
Congratualtions Lex and Yacc have been installed on your system.
THANKS FOR REFERING MY CODE FOR ANY HELP CONTACT ME OR COMMENT.