Lex和Yacc入门(A COMPACT GUIDE TO Lex&Yacc)含源码
该文档主要讲解了如何用lex和yacc组建一个编译器。并描述了如何做一个复杂的计算器。Thisdocumentexplainshowtoconstructacompilerusinglexandyacc.Lexandyaccaretoolsusedtogeneratelexicalanalyzersandparsers.IassumeyoucanprograminC,andunderstanddatastructuressuchaslinked-listsandtrees.Theintroductiondescribesthebasicbuildingblocks
用户评论
比较详细 很不错