aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-03-24 10:19:30 +0800
committerLi Jin <dragon-fly@qq.com>2020-03-24 10:19:30 +0800
commit2447d158241aeaaf9c0b1ab21a08db7a40e5cef3 (patch)
treea8c17610aae77e61ee713b090546e3ae7d35f967 /README.md
parent14d7e02285857226e26288c1ac83a14eb4fbd478 (diff)
downloadyuescript-2447d158241aeaaf9c0b1ab21a08db7a40e5cef3.tar.gz
yuescript-2447d158241aeaaf9c0b1ab21a08db7a40e5cef3.tar.bz2
yuescript-2447d158241aeaaf9c0b1ab21a08db7a40e5cef3.zip
add goto statement support.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 319e821..c8159c4 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,8 @@ f!
42 42
43The original Moonscript language 0.5.0 support can be found in the `0.5.0` branch. Moonscript with new features is in the master branch. Here are the new features introduced in MoonPlus. 43The original Moonscript language 0.5.0 support can be found in the `0.5.0` branch. Moonscript with new features is in the master branch. Here are the new features introduced in MoonPlus.
44 44
45* Add goto statement support.
46
45* Add macro functions. 47* Add macro functions.
46```Moonscript 48```Moonscript
47-- file 'macro.moon' 49-- file 'macro.moon'