Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleect authored Nov 2, 2023
1 parent 208d62f commit bda210e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,22 @@ A toy language branched from [Lox](https://www.craftinginterpreters.com/) to lea

Download the binary and vs code extension from the [latest build](https://github.com/kyleect/locks/actions/workflows/ci.yml)

```shell
$ locks repl
```

You can also run files

```shell
$ locks run file.locks
```

Or run the language server

```shell
$ locks lsp
```

## Development

### Setup
Expand Down

0 comments on commit bda210e

Please sign in to comment.