aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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