readme
来自「GNU的词法/语法分析器bison源码」· 代码 · 共 46 行
TXT
46 行
-*- outline -*-This directory contains Bison skeletons: the general shapes of thedifferent parser kinds, that are specialized for specific grammars bythe bison program.Currently, there are only three supported skeletons:- yacc.c It used to be named bison.simple: it corresponds to C Yacc compatible LALR(1) parsers.- lalr1.cc Produces a C++ parser class. It is still very experimental, and not yet supported. Please, subscribe to bison-patches@gnu.org.- glr.c A Generalized LR C parser based on Bison's LALR(1) tables.These skeletons are the only ones supported by the Bison team.Because the interface between skeletons and the bison program is notfinished, *we are not bound to it*. In particular, Bison is notmature enough for us to consider that ``foreign skeletons'' aresupported.-----Copyright (C) 2002 Free Software Foundation, Inc.This file is part of GNU Bison.GNU Bison is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2, or (at your option)any later version.GNU Bison is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with Bison; see the file COPYING. If not, write tothe Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,Boston, MA 02110-1301, USA.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?