A Compact Guide to Lex & Yacc

时间:2011-04-14 07:07:09
【文件属性】:
文件名称:A Compact Guide to Lex & Yacc
文件大小:202KB
文件格式:PDF
更新时间:2011-04-14 07:07:09
A COMPACT GUIDE TO LEX & YACC

by Tom Niemann

Contents
Contents.............2
Preface.............3
Introduction............4
Lex..............6
Theory.............6
Practice............7
Yacc.............12
Theory............12
Practice, Part I...........13
Practice, Part II...........16
Calculator.............19
Description............19
Include File............22
Lex Input.............23
Yacc Input...........24
Interpreter............27
Compiler...........28
Graph............30
More Lex............34
Strings............34
Reserved Words..........35
Debugging Lex...........35
More Yacc............36
Recursion............36
If-Else Ambiguity............36
Error Messages...........37
Inherited Attributes..........38
Embedded Actions..........38
Debugging Yacc...........39
Bibliography............40

网友评论

  • 看完这个,我成半个编译器专家了