aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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'