We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff23d79 commit d77b904Copy full SHA for d77b904
java/src/org/antlr/codebuff/Tool.java
@@ -26,7 +26,12 @@
26
import java.util.List;
27
import java.util.Map;
28
29
-/** Ok, changed requirements. Grammar must have WS on hidden channel and comments skipped or on non-HIDDEN channel */
+/** 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
+ */
35
public class Tool {
36
public static boolean showFileNames = false;
37
public static boolean showTokens = false;
0 commit comments