diff options
author | Li Jin <dragon-fly@qq.com> | 2021-03-07 00:56:26 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-03-07 00:56:26 +0800 |
commit | 34326185b0aaf63c0af8b0e8a07f928aa5a74eaf (patch) | |
tree | f3d2557de0ddc0f6f9a69f352ea2bdd90c2fefae /README.md | |
parent | 05283b77da4ba236f02b42d1205433f6b1fcb0d6 (diff) | |
download | yuescript-34326185b0aaf63c0af8b0e8a07f928aa5a74eaf.tar.gz yuescript-34326185b0aaf63c0af8b0e8a07f928aa5a74eaf.tar.bz2 yuescript-34326185b0aaf63c0af8b0e8a07f928aa5a74eaf.zip |
try to fix issue #42.
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ Moonscript is a language that compiles to Lua. Since original Moonscript has bee | |||
8 | 8 | ||
9 | So Yuescript is a new code base for pushing the language to go forward and being a playground to try introducing new language syntax or programing paradigms to make Moonscript language more expressive and productive. | 9 | So Yuescript is a new code base for pushing the language to go forward and being a playground to try introducing new language syntax or programing paradigms to make Moonscript language more expressive and productive. |
10 | 10 | ||
11 | Yue (月) is the name of Moon in Chinese and it's pronounced as [jyɛ]. | 11 | Yue (月) is the name of moon in Chinese and it's pronounced as [jyɛ]. |
12 | 12 | ||
13 | 13 | ||
14 | ## Features | 14 | ## Features |