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

📄 index.html

📁 編譯器的accent語法分析器
💻 HTML
字号:
<HTML><HEAD><TITLE>The ACCENT Compiler Compiler</TITLE></HEAD><BODY bgcolor="white"><TABLE cellspacing=20>   <TR>      <TD valign="top">	 <img src="a.gif">      </TD>      <TD valign=top align=left>	 <H1>	 ACCENT	 </H1>	 <b>	 A Compiler Compiler for the<br>	 Entire Class of Context-Free Languages	 </b>      </TD>   </TR>   <TR>      <TD align="right" valign="top">	 <!-- MENU -->	 <font face="helvetica">	 Accent<br>	 <a href="overview.html">Overview</a><br>	 <a href="tutorial.html">Tutorial</a><br>	 <a href="language.html">Language</a><br>	 <a href="installation.html">Installation</a><br>	 <a href="usage.html">Usage</a><br>	 <a href="lex.html">Lex</a><br>	 <a href="algorithms.html">Algorithms</a><br>	 <a href="distribution.html">Distribution</a><br>	 </font>      </TD>      <TD valign="top">	 <font size="+1">	 <b>	 Welcome	 </b>	 to Accent, a compiler compiler like Yacc.	 <p>	 Unlike other compiler compilers,	 Accent does not impose any restrictions on grammars.	 You don't have to adapt your grammar to the limitations of	 a particular parsing technique.	 <p>	 <b>	 This makes Accent	 much simpler to use.	 </b>	 </font>         <p>	 <ul>	 <li>	 The	 <a href="overview.html"><i>Overview</i></a> page	 introduces compiler compilers and Accent in particular:	 "What tool should I use ?"	 <li>	 The	 <a href="tutorial.html"><i>Tutorial</i></a>	 provides a short guide to grammars and to Accent:<i><a href="tutorial.html#describe">How to Describe Languages</a>,<a href="tutorial.html#assign">How to Assign Meaning</a>,<a href="tutorial.html#abbreviate">How to Abbreviate Specifications</a>,<a href="tutorial.html#resolve">How to Resolve Ambiguities</a>.</i>	 <li>	 The	 <a href="language.html"><i>Language Reference</i></a>	 provides a concise specification how to prepare grammars for Accent.	 <li>	 The	 <a href="installation.html"><i>Installation</i></a> page	 shows how to install Accent.	 <li>	 The	 <a href="usage.html"><i>User Guide</i></a>	 explains how to use Accent to generate a language processor.	 <li>	 Read	 <a href="lex.html"><i>Using Lex with Accent</i></a>	 about the interface to lexical analysis.	 <li>	 The	 <a href="algorithms.html"><i>Introduction to Algorithms</i></a>	 describes the underlying technology:	 Accent combines exhaustive parsing to achieve generality	 and predictive parsing to improve efficiency.	 <li>	 Visit the	 <a href="distribution.html"><i>Distribution</i></a>	 page to download Accent.	 Accent is freely available under the GNU General Public License.	 </ul>	 <br>	 <br>	 <font face="helvetica" size="1">	 <a href="http://accent.compilertools.net">accent.compilertools.net</a>	 </font>      </TD>   </TR></TABLE></BODY></HTML>

⌨️ 快捷键说明

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