Compiler construction : a recursive descent model

書誌事項

Compiler construction : a recursive descent model

John Elder

(Prentice-Hall International series in computer science)

Prentice Hall, 1994

大学図書館所蔵 件 / 8

この図書・雑誌をさがす

注記

Includes bibliographical references and index

内容説明・目次

内容説明

Blending theoretical knowledge with practical experience, each aspect of compiler design is related to the practical study of a working computer. A computer that impelements a language is developed for this purpose in the text, and many of the end-of-chapter exercises involve the programming of modifications to, or extensions of, the compiler. The compiler itself is written in modula-2. The text features an accessible discussion on the principles and techniques involved in compiler design and construction using the recursive descent syntax analysis. It also provides an opportunity to study a large-scale program in some detail, and to observe the standards of structuring and documentation used therein. A complete compiler which can easily be extended and modified is presented. The book is intended for 2nd or 3rd year undergraduates taking compilers or compiling technique courses who have an understanding of programming and data structures.

目次

  • The specification of a compiler
  • designing the user interface
  • source handling
  • compiler structure - analysis and generation
  • elementary syntax theory
  • lexical analysis
  • top-down syntax analysis
  • a recursive descent analyser
  • syntax error recovery
  • semantic table organization
  • semantic table of contents and usage
  • semantic analysis - a practical example
  • data representation
  • allocating and accessing data storage
  • forms of object code
  • object code generation
  • a code generation interface
  • code generation in the MiniPascal Compiler
  • run-time errors and diagnostics.

「Nielsen BookData」 より

関連文献: 1件中  1-1を表示

詳細情報

ページトップへ