diff options
Diffstat (limited to '')
| -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 |
