JTcl - 一个采用Java开发的Tcl解析器

openkk 12年前
     <p>JTcl 是 <a class="externalLink" href="/misc/goto?guid=4958319578876805217">Tool Command Language</a> 的一个Java实现。JTcl在很大程度上实现了Tcl 8.4的语法和命令。部分API由于Java虚拟机的限制无法实现。JTcl 基于<a class="externalLink" href="/misc/goto?guid=4958538153520964780">Jacl interpreter</a>实现。 </p>    <p>JTcl 项目的主要目标是:</p>    <ul>     <li>Implement Tcl version 8.4 to the greatest extent possible. Compliance to Tcl 8.4 is based on the Tcl test suite.</li>     <li>Modernize the code base, including package reorganization, modern code formatting, and use Java-centric build tools.</li>     <li>Promote more community involvement. Bug fixes, additional feature implementations, JTcl specific libraries, etc. are welcomed.</li>    </ul>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1325312404514" target="_blank">http://www.open-open.com/lib/view/home/1325312404514</a></p>