summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2021-11-02 16:12:03 +0800
committerLi Jin <dragon-fly@qq.com>2021-11-02 16:12:03 +0800
commita8e5aaf64969792741f3a094fe0070ddb5e3bc7d (patch)
tree2b006e98a96b52f0bed87cb717ba6012e474b839 /README.md
parent827c3736f357e09168fc108e8e740c6425d37d9b (diff)
downloadyuescript-0.8.5.tar.gz
yuescript-0.8.5.tar.bz2
yuescript-0.8.5.zip
update docs.v0.8.5
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 479c232..0eaa557 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Yue (月) is the name of moon in Chinese and it's pronounced as [jyɛ].
21* Support most of the features from Moonscript language. Generate Lua codes in the same way like the original compiler. 21* Support most of the features from Moonscript language. Generate Lua codes in the same way like the original compiler.
22* Reserve line numbers from source file in the compiled Lua codes to help debugging. 22* Reserve line numbers from source file in the compiled Lua codes to help debugging.
23* More features like macro, existential operator, pipe operator, Javascript-like export syntax and etc. 23* More features like macro, existential operator, pipe operator, Javascript-like export syntax and etc.
24* See other details in the [changelog](./CHANGELOG.md). Find document from [here](http://yuescript.org). 24* See other details in the [changelog](./CHANGELOG.md). Find document [here](http://yuescript.org).
25 25
26 26
27 27