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

📄 lpgdef.h

📁 一个非常好的检索工具
💻 H
字号:
/* $Id: lpgdef.h,v 1.2 1999/11/04 14:02:22 shields Exp $ *//* This software is subject to the terms of the IBM Jikes Compiler License Agreement available at the following URL: http://www.ibm.com/research/jikes. Copyright (C) 1983, 1999, International Business Machines Corporation and others.  All Rights Reserved. You must accept the terms of that agreement to use this software.*/#ifndef lpgdef_INCLUDED#define lpgdef_INCLUDEDenum {      NT_OFFSET         = 19,      BUFF_UBOUND       = 30,      BUFF_SIZE         = 31,      STACK_UBOUND      = 20,      STACK_SIZE        = 21,      SCOPE_UBOUND      = -1,      SCOPE_SIZE        = 0,      LA_STATE_OFFSET   = 392,      MAX_LA            = 1,      NUM_RULES         = 141,      NUM_TERMINALS     = 19,      NUM_NON_TERMINALS = 38,      NUM_SYMBOLS       = 57,      START_STATE       = 144,      EOFT_SYMBOL       = 19,      EOLT_SYMBOL       = 20,      ACCEPT_ACTION     = 250,      ERROR_ACTION      = 251     };#endif /* lpgdef_INCLUDED */

⌨️ 快捷键说明

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