⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pl0const.h

📁 经过修改的PL0编译程序源码
💻 H
字号:
/********************************************************************
   Program :  Recursive Descent Compiler for PL/0
   Modul   :  PL0CONST - Global constants
   File    :  pl0const.h
   Compiler:  Borland C 3.1 - 4.5, GNU C 2.7.1
   Author  :  H. Weber
   Revision:  Aug. 1998
********************************************************************/

#define  norw      15         /* number of reserved words */
#define  imax   32767         /* maximum integer value */
#define  cmax      11         /* maximum number of chars for idents */
#define  nestmax    5         /* maximum depth of block nesting */                
#define  strmax   256         /* maximum length of strings */

⌨️ 快捷键说明

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