readme
来自「PL/0源码」· 代码 · 共 13 行
TXT
13 行
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 + =
减小字号Ctrl + -
显示快捷键?