📄 jjdocreleasenotes.html
字号:
<HTML><!--Copyright 漏 2002 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,California 95054, U.S.A. All rights reserved. Sun Microsystems, Inc. hasintellectual property rights relating to technology embodied in the productthat is described in this document. In particular, and without limitation,these intellectual property rights may include one or more of the U.S.patents listed at http://www.sun.com/patents and one or more additionalpatents or pending patent applications in the U.S. and in other countries.U.S. Government Rights - Commercial software. Government users are subjectto the Sun Microsystems, Inc. standard license agreement and applicableprovisions of the FAR and its supplements. Use is subject to license terms.Sun, Sun Microsystems, the Sun logo and Java are trademarks or registeredtrademarks of Sun Microsystems, Inc. in the U.S. and other countries. Thisproduct is covered and controlled by U.S. Export Control laws and may besubject to the export or import laws in other countries. Nuclear, missile,chemical biological weapons or nuclear maritime end uses or end users, whetherdirect or indirect, are strictly prohibited. Export or reexport to countriessubject to U.S. embargo or to entities identified on U.S. export exclusionlists, including, but not limited to, the denied persons and speciallydesignated nationals lists is strictly prohibited.--><HEAD> <title>JavaCC: JJDoc Release Notes</title><!-- Changed by: Michael Van De Vanter, 14-Jan-2003 --></HEAD><BODY bgcolor="#FFFFFF" ><H1>JavaCC [tm]: JJDoc Release Notes</H1><pre>=================================Changes from JJDoc 0.1.4 to 0.1.5=================================----------------------------------------------------------------Fixed bug where Writers were not being closed correctly.----------------------------------------------------------------=================================Changes from JJDoc 0.1.3 to 0.1.4=================================----------------------------------------------------------------Now accepts JavaCC try/catch/finally blocks.----------------------------------------------------------------=================================Changes from JJDoc 0.1.2 to 0.1.3=================================----------------------------------------------------------------Made appropriate internal modifications for the JavaCC 0.7 parse errorexceptions.----------------------------------------------------------------=================================Changes from JJDoc 0.1.1 to 0.1.2=================================----------------------------------------------------------------Fixed bug where ()+ expansions were being reported as ()*.----------------------------------------------------------------===============================Changes from JJDoc 0.1 to 0.1.1===============================----------------------------------------------------------------Fixed several stupid bugs in the Macintosh main class.----------------------------------------------------------------Fixed bug where production comments were being generated multipletimes in text modes and one table HTML mode.----------------------------------------------------------------Moved production comments to the correct place: they were coming outwith the preceding production in one table HTML mode.----------------------------------------------------------------=========JJDoc 0.1=========JJDoc takes a JavaCC parser specification and produces documentationfor the BNF grammar. It can operate in three modes, determined bycommand line options. TEXT (default false)Setting TEXT to true causes JJDoc to generate a plain text formatdescription of the BNF. Some formatting is done via tab characters,but the intention is to leave it as plain as possible.The default value of TEXT causes JJDoc to generate a hyperlinked HTMLdocument. ONE_TABLE (default true)The default value of ONE_TABLE is used to generate a single HTML tablefor the BNF. Setting it to false will produce one table for everyproduction in the grammar. OUTPUT_FILEThe default behavior is to put the JJDoc output into a file witheither .html or .txt added as a suffix to the input file's base name.You can supply a different file name with this option.</pre></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -