@@ -22,19 +22,19 @@ parser that is being used. The parameters and option flags are detailed below
2222 : Required. ANTLR grammar rule to use
2323
2424 Input Filename (pos. 2)
25- : File name to parse
26-
27- | Option Name | Description |
28- | --- | --- |
29- | --tokens | Display list of grammar tokens. |
30- | --tree | Display a Lisp-style parse tree.|
31- | --trace | Trace grammar parsing. |
32- | --gui | Opens GrunWin.exe gui tool. |
33- | --SLL | Parse using SLL prediction mode.|
34- | --diagnostics | Parse with diagnostics. |
35- | --encoding | Encoding type to use. |
36- | --help | Display this help screen. |
37- | --version | Display version information. |
25+ : File name to parse (if an encoding is supplied it will be used when reading this file)
26+
27+ | Option Name | Description |
28+ | --- | --- |
29+ | --tokens | Display list of grammar tokens. |
30+ | --tree | Display a Lisp-style parse tree.|
31+ | --trace | Trace grammar parsing. |
32+ | --gui | Opens GrunWin.exe gui tool. |
33+ | --SLL | Parse using SLL prediction mode.|
34+ | --diagnostics | Parse with diagnostics. |
35+ | --encoding \< name> | Encoding type to use. |
36+ | --help | Display this help screen. |
37+ | --version | Display version information. |
3838
3939The gui flag simply opens the GrunWin tool (which can also be executed stand-alone).
4040
@@ -53,14 +53,14 @@ is running. GrunWin also supports a handful of optional command line parameters
5353
5454** GrunWin.exe [ options] **
5555
56- | Option Name | Description |
57- | --- | --- |
58- | --grammar | Attempts to load the specified grammar. |
59- | --rule | Attempts to load the specified rule name. |
60- | --trace | Trace grammar parsing. |
61- | --SLL | Parse using SLL prediction mode.|
62- | --diagnostics | Parse with diagnostics. |
63- | --encoding | Encoding type to use. |
56+ | Option Name | Description |
57+ | --- | --- |
58+ | --grammar \< name> | Attempts to load the specified grammar. |
59+ | --rule \< name> | Attempts to load the specified rule name. |
60+ | --trace | Trace grammar parsing. |
61+ | --SLL | Parse using SLL prediction mode.|
62+ | --diagnostics | Parse with diagnostics. |
63+ | --encoding \< name> | Encoding type to use. |
6464
6565![ Editor Sample] ( https://github.com/wiredwiz/Grun.Net/blob/master/Images/GrunWinExample.GIF?raw=true )
6666
0 commit comments