Skip to content

Commit d77b904

Browse files
committed
add comment
1 parent ff23d79 commit d77b904

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

java/src/org/antlr/codebuff/Tool.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@
2626
import java.util.List;
2727
import java.util.Map;
2828

29-
/** Ok, changed requirements. Grammar must have WS on hidden channel and comments skipped or on non-HIDDEN channel */
29+
/** Ok, changed requirements. Grammar must have WS on hidden channel and comments on non-HIDDEN channel
30+
*
31+
* Testing:
32+
*
33+
* Tool -antlr ../grammars /Users/parrt/antlr/code/grammars-v4/clojure/Clojure.g4
34+
*/
3035
public class Tool {
3136
public static boolean showFileNames = false;
3237
public static boolean showTokens = false;

0 commit comments

Comments
 (0)