aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2023-02-27 12:01:38 +0800
committerLi Jin <dragon-fly@qq.com>2023-02-27 12:01:38 +0800
commit618b2be86e2d44a9151d708cf590dc3713410022 (patch)
tree786417df432c3b44a53f25f2226c4ad713b4cd00 /README.md
parent78f07cc7bf7e310cd559c45c6c7a4977341c107e (diff)
downloadyuescript-618b2be86e2d44a9151d708cf590dc3713410022.tar.gz
yuescript-618b2be86e2d44a9151d708cf590dc3713410022.tar.bz2
yuescript-618b2be86e2d44a9151d708cf590dc3713410022.zip
fix issue #126 by reserving comments before statements
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 69baa6e..78489c6 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,7 @@ Usage: yue [options|files|directories] ...
95 -b Dump compile time (doesn't write output) 95 -b Dump compile time (doesn't write output)
96 -g Dump global variables used in NAME LINE COLUMN 96 -g Dump global variables used in NAME LINE COLUMN
97 -l Write line numbers from source codes 97 -l Write line numbers from source codes
98 -c Reserve comments before statement from source codes
98 -w path Watch changes and compile every file under directory 99 -w path Watch changes and compile every file under directory
99 -v Print version 100 -v Print version
100 -- Read from standard in, print to standard out 101 -- Read from standard in, print to standard out