0%

linux下使用lex和yacc

  1. 安装lex和yacc

sudo apt-get install flex bison

  1. linux下使用lex和yacc

参考https://blog.csdn.net/ruglcc/article/details/7817619

其中, gcc编译选项-ll表示链接lex的库

更多gcc编译选项总结参考https://blog.csdn.net/gatieme/article/details/21389603#commentBox

Thank you for your reward !