diff options
author | Li Jin <dragon-fly@qq.com> | 2020-01-12 22:08:24 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-01-12 22:08:24 +0800 |
commit | e0c3e47fa089ba717b5857cef3a67fd27cd3aa4c (patch) | |
tree | 4f755cf17bcd3786ecd6911d3eacfcb3a3a1633a | |
parent | a0d860c9bc4b994854149db58333bc0e04c315c6 (diff) | |
download | yuescript-e0c3e47fa089ba717b5857cef3a67fd27cd3aa4c.tar.gz yuescript-e0c3e47fa089ba717b5857cef3a67fd27cd3aa4c.tar.bz2 yuescript-e0c3e47fa089ba717b5857cef3a67fd27cd3aa4c.zip |
update readme.
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -63,5 +63,14 @@ for _index_0 = 1, #_list_0 do | |||
63 | end | 63 | end |
64 | ``` | 64 | ``` |
65 | 65 | ||
66 | ## Standalone Compiler Usage | ||
67 | |||
68 | Test compiler with `make test`. | ||
69 | Run `moonc` complier in project folder with: | ||
70 | ```shell | ||
71 | make | ||
72 | ./moonc -h | ||
73 | ``` | ||
74 | |||
66 | ## License | 75 | ## License |
67 | MIT \ No newline at end of file | 76 | MIT \ No newline at end of file |