aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2021-04-20 15:44:46 +0800
committerLi Jin <dragon-fly@qq.com>2021-04-20 15:44:46 +0800
commitb86e5af605a170a3559df0165eac3cb6b665dc49 (patch)
treed7719b28bd640868159b305f2306c02174173278 /README.md
parent54abdf0fc51ea5df7e16660a8edbd254b42d0c36 (diff)
downloadyuescript-b86e5af605a170a3559df0165eac3cb6b665dc49.tar.gz
yuescript-b86e5af605a170a3559df0165eac3cb6b665dc49.tar.bz2
yuescript-b86e5af605a170a3559df0165eac3cb6b665dc49.zip
forgot to mention the docs.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 641b3d4..a65ef16 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@ Yue (月) is the name of moon in Chinese and it's pronounced as [jyɛ].
19* Written in C++17. 19* Written in C++17.
20* Support most of the features from Moonscript language. Generate Lua codes in the same way like the original compiler. 20* Support most of the features from Moonscript language. Generate Lua codes in the same way like the original compiler.
21* Reserve line numbers from source file in the compiled Lua codes to help debugging. 21* Reserve line numbers from source file in the compiled Lua codes to help debugging.
22* More features like macro, existential operator, backcall operator, Javascript-like export syntax and etc. 22* More features like macro, existential operator, pipe operator, Javascript-like export syntax and etc.
23* See other details in the [changelog](./CHANGELOG.md). 23* See other details in the [changelog](./CHANGELOG.md). Find document from [here](http://yuescript.org).
24 24
25 25
26 26