tailieunhanh - Concepts, Techniques, and Models of Computer Programming - Appendices

Hệ thống Mozart có một giao diện tương tác được dựa trên trình soạn thảo văn bản Emacs. Giao diện interfactive là đôi khi được gọi là OPI, mà là viết tắt của giao diện lập trình Oz. OPI được chia thành các bộ đệm khác nhau: đầu pad, Oz giả lập, Oz trình biên dịch, và một bộ đệm cho mỗi tập tin mở. Giao diện này cho phép truy cập vào một số công cụ: trình biên dịch gia tăng (mà có thể biên dịch đoạn chương trình pháp lý), trình duyệt (hình dung các cửa hàng chuyển. | Part V Appendices Copyright @ 2001-3 by P. Van Roy and S. Haridi. All rights reserved. Appendix A Mozart System Development Environment Beware the ides of March. - Soothsayer to Julius Caesar William Shakespeare 1564-1616 The Mozart system used in this book has a complete IDE Interactive Development Environment . To get you started we give a brief overview of this environment here. We refer you to the system documentation for additional information. Interactive interface The Mozart system has an interactive interface that is based on the Emacs text editor. The interfactive interface is sometimes called the OPI which stands for Oz Programming Interface. The OPI is split into several buffers scratch pad Oz emulator Oz compiler and one buffer for each open file. This interface gives access to several tools incremental compiler which can compile any legal program fragment Browser visualize the single-assignment store Panel resource usage Compiler Panel compiler settings and environment Distribution Panel distribution subsystem including message traffic and the Explorer interactive graphical resolution of constraint problems . These tools can also be manipulated from within programs . the Compiler module allows to compile strings from within programs. Interface commands You can access all the important OPI commands through the menus at the top of the window. Most of these commands have keyboard equivalents. We give the most important ones Copyright 2001-3 by P. Van Roy and S. Haridi. All rights .

TỪ KHÓA LIÊN QUAN