Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
wies committed Nov 22, 2024
1 parent 0c2f53e commit 37d4844
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ $ opam install . --deps
$ dune build; dune install; dune runtest
```

A [Visual Studio Code extension](https://github.com/nyu-acsys/raven-lang) for IDE integration is also available.

## Examples
Several examples of Raven programs can be found in the [test](test) folder. The [ci](test/ci) folder contains many small examples that can be used to learn Raven's syntax for specific features. Complete verified implementations of concurrent data structures can be found in the [concurrent](test/concurrent) folder. Here are a few notable ones to get started, in roughly increasing order of complexity:
1. [spin_lock](test/concurrent/lock/spin-lock.rav)
Expand Down

0 comments on commit 37d4844

Please sign in to comment.