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

openkk 12年前
     <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>