diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -98,9 +98,10 @@ Usage: yue [options|files|directories] ... | |||
98 | -o file Write output to file | 98 | -o file Write output to file |
99 | -s Use spaces in generated codes instead of tabs | 99 | -s Use spaces in generated codes instead of tabs |
100 | -p Write output to standard out | 100 | -p Write output to standard out |
101 | -b Dump compile time (doesn't write output) | 101 | -b Dump compile time (does not write output) |
102 | -g Dump global variables used in NAME LINE COLUMN | 102 | -g Dump global variables used in NAME LINE COLUMN |
103 | -l Write line numbers from source codes | 103 | -l Write line numbers from source codes |
104 | -j Disable implicit return at end of file | ||
104 | -c Reserve comments before statement from source codes | 105 | -c Reserve comments before statement from source codes |
105 | -w path Watch changes and compile every file under directory | 106 | -w path Watch changes and compile every file under directory |
106 | -v Print version | 107 | -v Print version |