diff options
author | Li Jin <dragon-fly@qq.com> | 2020-01-14 09:58:01 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-01-14 09:58:01 +0800 |
commit | 2c54137e9775173ec3dd33343c67dc225ded9d35 (patch) | |
tree | d688f2d7dc8631891738fa03cf9ef3e67bb6a55b | |
parent | 4c830cdbd5993883f671e17228afc39c3a21e5cc (diff) | |
parent | 6f0727c993b662d2966b64486e336e8fa5f30ba8 (diff) | |
download | yuescript-2c54137e9775173ec3dd33343c67dc225ded9d35.tar.gz yuescript-2c54137e9775173ec3dd33343c67dc225ded9d35.tar.bz2 yuescript-2c54137e9775173ec3dd33343c67dc225ded9d35.zip |
Merge branch 'master' of https://github.com/pigpigyyy/MoonPlus
* 'master' of https://github.com/pigpigyyy/MoonPlus:
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ local _call_4 = _call_3["then"](_call_3, "xyz") | |||
23 | _call_4["else"](_call_4, res) | 23 | _call_4["else"](_call_4, res) |
24 | ``` | 24 | ``` |
25 | 25 | ||
26 | * Add a compiler flag `reuseVariable` which can help generate reduced Lua codes. For example, when set `reuseVariable` to `true`. Will generate codes from: | 26 | * Add a compiler flag `reuseVariable` which can help generate reduced Lua codes. For example, when set `reuseVariable` to `true`, MoonPlus will generate codes from: |
27 | ```Moonscript | 27 | ```Moonscript |
28 | with leaf | 28 | with leaf |
29 | .world 1,2,3 | 29 | .world 1,2,3 |