SECOND, REVISED EDITION!
Questions answered in this little book: What is logic programming? Why is negation hard in logic programming? What is cutting? How do I solve logic puzzles? How is logic... More > programming implemented?< Less
SECOND, REVISED EDITION!
Questions answered in this little book:
What is logic programming?
Why is negation hard in logic programming?
What is cutting?
How do I solve logic puzzles?
How is logic... More > programming implemented?< Less
Study the heavily annotated source code of a full compiler for a
subset of the C programming language generating code for the popular
386 processor. Learn about the practice of lexical... More > analysis,
syntax analysis, semantic analysis, code generation, etc.
Extend your theoretical background by learning about the foundations
and applications of scan trees, formal grammars, abstract programs,
code generation models, and program transformation.
Finally, have a look at more advanced compilation techniques such
as code synthesis, abstract program optimization, peephole optimization,
common subexpression elimination.
This is an advanced programming textbook and a compiler-writing
primer. Some programming skills are required, but no prior knowledge
in the field of compiler construction is necessary.< Less
Study the heavily annotated source code of a full compiler for a
subset of the C programming language generating code for the popular
386 processor. Learn about the practice of lexical... More > analysis,
syntax analysis, semantic analysis, code generation, etc.
Extend your theoretical background by learning about the foundations
and applications of scan trees, formal grammars, abstract programs,
code generation models, and program transformation.
Finally, have a look at more advanced compilation techniques such
as code synthesis, abstract program optimization, peephole optimization,
common subexpression elimination.
This is an advanced programming textbook and a compiler-writing
primer. Some programming skills are required, but no prior knowledge
in the field of compiler construction is necessary.< Less