Skip to content

Commit

Permalink
fix distinguished artifact mention
Browse files Browse the repository at this point in the history
  • Loading branch information
fhackett committed Apr 6, 2023
1 parent e55a4d8 commit 2e7796a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
specifications (which use a superset of
[PlusCal](http://lamport.azurewebsites.net/tla/pluscal.html)) into [Go](https://golang.org/) programs.

An academic overview of this work is published at [ASPLOS'23](https://doi.org/10.1145/3575693.3575695), where our artifact (incl. this compiler) won the distinguished artifact award 🏆.

In addition to the PGo compiler, this source tree includes:

- the `distsys` support library, which is used by PGo's generated Go code, available in the `distsys/` folder.
- systems built using PGo in the `systems/` folder, including a Raft-based key-value store.
- syntax highlighting modes for Visual Studio Code and pygments, available in the `syntax/` folder.

You can read more about the research aspects of our work in our [ASPLOS'23 paper](https://doi.org/10.1145/3575693.3575695), a copy of which is [included in this repository](doc/papers/asplosb23main-p12-p-e73de3693c-62943-final.pdf).
Our evaluation of PGo distinguished artifact award at that conference 🏆.

We also have a couple of videos you can watch:
- [PGo TLA+ conference talk, September 2022](https://www.youtube.com/watch?v=XHqd60ZeUBo)
Expand Down

0 comments on commit 2e7796a

Please sign in to comment.