From 782334d95720819f216004e0120ea84ba2c43afb Mon Sep 17 00:00:00 2001 From: Li Jin Date: Sat, 18 Jan 2020 18:25:39 +0800 Subject: fix readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea8b301..2385a11 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MoonPlus ![CI](https://github.com/pigpigyyy/MoonPlus/workflows/build-test/badge.svg) -MoonPlus is a compiler for Moonscript language 0.5.0 written in C++ which could be 2~4 times faster than the original Moonscript compiler written in Moonscript. +MoonPlus is a compiler adopting features from Moonscript language 0.5.0 and could be 2~4 times faster than the original Moonscript compiler. ## Features @@ -23,7 +23,7 @@ local _call_4 = _call_3["then"](_call_3, "xyz") _call_4["else"](_call_4, res) ``` -* Add a compiler flag `reuseVariable` which can help generate reduced Lua codes. For example, when set `reuseVariable` to `true`, MoonPlus will generate codes from: +* Add feature of `reusing variable` which helps generate reduced Lua codes. For example, MoonPlus will generate codes from: ```Moonscript with leaf .world 1,2,3 -- cgit v1.2.3-55-g6feb