aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-02-03 15:44:20 +0800
committerLi Jin <dragon-fly@qq.com>2020-02-03 15:44:20 +0800
commitd75848152e337fc9d3a4041ec310fea07476c0a8 (patch)
tree22e74a062b8eaff1fd99f002c473ccdfd5181157 /README.md
parentd8901102a1e39e651b08b66257c176b5803b9bc0 (diff)
downloadyuescript-d75848152e337fc9d3a4041ec310fea07476c0a8.tar.gz
yuescript-d75848152e337fc9d3a4041ec310fea07476c0a8.tar.bz2
yuescript-d75848152e337fc9d3a4041ec310fea07476c0a8.zip
fix some cases when using backcall with assignment.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index b4b5be3..018e6b0 100644
--- a/README.md
+++ b/README.md
@@ -182,10 +182,11 @@ end
182## Standalone Compiler Usage 182## Standalone Compiler Usage
183 183
184Test compiler with `make test`. 184Test compiler with `make test`.
185Run `moonc` complier in project folder with: 185Run `moonp` complier in project folder with:
186
186```shell 187```shell
187make 188make
188./moonc -h 189./moonp -h
189``` 190```
190 191
191## License 192## License