Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelballantyne committed Sep 11, 2024
2 parents a979768 + 5cebc13 commit c987a2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ There are a few relatively-complete example DSL implementations: [miniKanren](te

If you'd like to learn more about syntax-spec, you can check out our [ICFP 2024 paper](https://mballantyne.net/publications/icfp2024.pdf) and associated [15-minute talk](https://youtu.be/F70QZaMoYJQ?t=10756), or my longer [demo](demos/mk-workshop-2024) at the 2024 miniKanren workshop.


## Installing the release

A release is available on the Racket package server as [`syntax-spec-v2`](https://pkgs.racket-lang.org/package/syntax-spec-v2).

This is still a prototype: future releases will likely contain breaking changes, and the documentation is incomplete. However, breaking changes will be released under an updated package name.
Expand All @@ -22,6 +25,10 @@ and import as
(require syntax-spec-v2)
```

Its documentation is available on [the Racket documentation site](https://docs.racket-lang.org/syntax-spec-v2).


## Installing the development version

To use the latest, unstable version, check out the Git repository, change directory into it, and run:

Expand Down

0 comments on commit c987a2e

Please sign in to comment.