LEX and YACC is very simple to install on Ubuntu. Just follow the three commands:
1)sudo apt-get update
2)sudo apt-get install flex //flex package required for lex
3)sudo apt-get install bison //bison package required for yacc
Screenshots for the same are attached below:
1)
2)
3)
No comments:
Post a Comment