| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
openkk
13年前发布

语法分析器生成工具 BYACC/J

     <p><img alt="语法分析器生成工具 BYACC/J" src="https://simg.open-open.com/show/cc3f842fced4890c01177e44ee12be40.jpg" width="273" height="183" /></p>    <p>BYACC/J 是扩展和兼容自 <a href="http://www.open-open.com/lib/view/open1325299230077.html">Berkeley v 1.8 YACC</a> 的<strong>Java的语法分析器</strong>生 成工具。 </p>    <ul>     <li> <p style="margin-bottom:0cm;">BYACC/J can be executed from existing Makefiles and IDE's. </p> </li>     <li> <p style="margin-bottom:0cm;">BYACC/J is coded in C, so the generation of Java code is <i>extremely</i> fast. </p> </li>     <li> <p style="margin-bottom:0cm;">The resulting byte code is small -- starting at about 11 kbytes. </p> </li>     <li> <p style="margin-bottom:0cm;">Only one or two classfiles are included. If you need only a single type or an Object class, then one class file is generated. If you need a simple generic type, a simple data class is generated for you, making another small file. </p> </li>     <li> <p style="margin-bottom:0cm;">No additional runtime libraries are required. The generated source code is the <i>entire</i> parser. </p> </li>     <li> <p style="margin-bottom:0cm;">It can parse existing YACC grammars, enabling the 'Javanizing' ;-) of a large installed base of YACC source code (of course, your 'actions' need to be in Java). </p> </li>     <li> <p style="margin-bottom:0cm;">Many developers are already very familiar with the workings of YACC. </p> </li>    </ul>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1325299399155" target="_blank">http://www.open-open.com/lib/view/home/1325299399155</a></p>     
 本文由用户 openkk 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1325299399155.html
语法/词法分析器 Yacc