readme

来自「PL/0源码」· 代码 · 共 18 行

TXT
18
字号
Due to copyright restrictions, the scangen, fmq, and spim tools must beobtained directly from the University of Wisconsin.  See the README filein the root directory of the distribution.Fmq and scangen are old Pascal programs, with keywords in upper case.In September of 1995 I successfully re-built scangen with     /usr/lang/pc -C -H -s -g -o scangen scangen.p -C says do run-time subrange and array bounds checking-H says do run-time pointer (heap) checking-s says accept only "standard" Pascal.  Among other things, this maps all    keywords and identifiers to lower case.-g of course says generate dbx/gdb stabs.Makescan and makeparse are somewhat newer Pascal programs.All of this stuff should really be re-written in C++.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?