📄 readme
字号:
This directory contains a Unix tar file for the Rochester PL/0 compiler.The PL/0 language was defined by Wirth in his "Algorithms + Data Structures =Programs" (Prentice Hall, 1976). It's basically a tiny subset of Pascal.The PL/0 compiler is written in C++, with clearly delineated phases,extensive comments, and a heavily object-oriented style. It uses atable-driven scanner and top-down (LL(1)) parser, built by the ScanGen andFMQ tools available from the University of Wisconsin(http://www.wisc.edu/~fischer/ftp/tools). It generates assembly code forthe MIPS II instruction set, which can either be assembled and executed onSGI machines, or run under the SPIM and XSPIM interpreters, also availablefrom Wisconsin (ftp://ftp.cs.wisc.edu/pub/spim).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -