diff options
| author | Li Jin <dragon-fly@qq.com> | 2020-02-03 15:44:20 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2020-02-03 15:44:20 +0800 |
| commit | d75848152e337fc9d3a4041ec310fea07476c0a8 (patch) | |
| tree | 22e74a062b8eaff1fd99f002c473ccdfd5181157 /README.md | |
| parent | d8901102a1e39e651b08b66257c176b5803b9bc0 (diff) | |
| download | yuescript-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.md | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -182,10 +182,11 @@ end | |||
| 182 | ## Standalone Compiler Usage | 182 | ## Standalone Compiler Usage |
| 183 | 183 | ||
| 184 | Test compiler with `make test`. | 184 | Test compiler with `make test`. |
| 185 | Run `moonc` complier in project folder with: | 185 | Run `moonp` complier in project folder with: |
| 186 | |||
| 186 | ```shell | 187 | ```shell |
| 187 | make | 188 | make |
| 188 | ./moonc -h | 189 | ./moonp -h |
| 189 | ``` | 190 | ``` |
| 190 | 191 | ||
| 191 | ## License | 192 | ## License |
