compile

所属分类:编译器/解释器
开发工具:Visual C++
文件大小:1804KB
下载次数:8
上传日期:2016-06-20 23:37:44
上 传 者c3851678
说明:  该程序使用lex与yacc将pascal语言的程序匹配并输出四元式
(The program uses lex and yacc program pascal language matches and output quaternion type)

文件列表:
compile (0, 2016-06-19)
compile\compile (0, 2016-06-19)
compile\compile.sdf (3211264, 2016-06-19)
compile\compile.sln (967, 2016-06-18)
compile\compile.v12.suo (18432, 2016-06-19)
compile\compile\compile.c (65702, 2016-06-19)
compile\compile\compile.l (2857, 2016-06-19)
compile\compile\compile.vcxproj (4455, 2016-06-18)
compile\compile\compile.vcxproj.filters (1228, 2016-06-18)
compile\compile\compile.vcxproj.user (377, 2016-06-18)
compile\compile\compile.y (9831, 2016-06-19)
compile\compile\compile_lex.c (53663, 2016-06-19)
compile\compile\data (0, 2016-06-18)
compile\compile\data\bison.m4 (37175, 2013-06-05)
compile\compile\data\c++-skel.m4 (1150, 2013-02-20)
compile\compile\data\c++.m4 (16688, 2013-06-05)
compile\compile\data\c-like.m4 (2314, 2013-04-09)
compile\compile\data\c-skel.m4 (1144, 2013-02-20)
compile\compile\data\c.m4 (24361, 2013-07-25)
compile\compile\data\glr.c (83590, 2013-06-05)
compile\compile\data\glr.cc (10906, 2013-06-05)
compile\compile\data\java-skel.m4 (1151, 2013-02-20)
compile\compile\data\java.m4 (9758, 2013-06-05)
compile\compile\data\lalr1.cc (34929, 2013-06-05)
compile\compile\data\lalr1.java (35047, 2013-06-24)
compile\compile\data\local.mk (1994, 2013-02-20)
compile\compile\data\location.cc (8620, 2013-06-05)
compile\compile\data\m4sugar (0, 2016-06-18)
compile\compile\data\m4sugar\foreach.m4 (14754, 2013-06-05)
compile\compile\data\m4sugar\m4sugar.m4 (122246, 2013-06-05)
compile\compile\data\stack.hh (2963, 2013-06-05)
compile\compile\data\variant.hh (9976, 2013-06-05)
compile\compile\data\xslt (0, 2016-06-18)
compile\compile\data\xslt\bison.xsl (3353, 2013-02-20)
compile\compile\data\xslt\xml2dot.xsl (12745, 2013-04-09)
compile\compile\data\xslt\xml2text.xsl (18713, 2013-06-05)
compile\compile\data\xslt\xml2xhtml.xsl (22763, 2013-04-09)
compile\compile\data\yacc.c (63829, 2013-07-25)
compile\compile\Debug (0, 2016-06-19)
... ...

-*- outline -*- This directory contains data needed by Bison. * Skeletons Bison skeletons: the general shapes of the different parser kinds, that are specialized for specific grammars by the bison program. Currently, the supported skeletons are: - 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. - lalr1.java Produces a Java parser class. - glr.c A Generalized LR C parser based on Bison's LALR(1) tables. - glr.cc A Generalized LR C++ parser. Actually a C++ wrapper around glr.c. These skeletons are the only ones supported by the Bison team. Because the interface between skeletons and the bison program is not finished, *we are not bound to it*. In particular, Bison is not mature enough for us to consider that "foreign skeletons" are supported. * m4sugar This directory contains M4sugar, sort of an extended library for M4, which is used by Bison to instantiate the skeletons. * xslt This directory contains XSLT programs that transform Bison's XML output into various formats. - bison.xsl A library of routines used by the other XSLT programs. - xml2dot.xsl Conversion into GraphViz's dot format. - xml2text.xsl Conversion into text. - xml2xhtml.xsl Conversion into XHTML. ----- Copyright (C) 2002, 2008-2013 Free Software Foundation, Inc. This file is part of GNU Bison. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .

近期下载者

相关文件


收藏者