Skip to content

Commit

Permalink
Update README.md (add link to examples)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover authored Oct 9, 2023
1 parent 52b59d4 commit 1ed5f23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ Program traces are created in [Squeak](https://squeak.org) using the [TraceDebug

![Screenshot of trace4d](./assets/trace4d.png)

[View more examples here.](./assets/examples.md)

## Repository Structure

- [`.github/workflows/`](./.github/workflows/): GitHub Actions workflows for CI
- [`assets/traces/`](./assets/traces/): Prepared serialized program traces of different Squeak programs (see [`docs/traces.md`](./docs/traces.md))
- [`assets/`](./assets/traces/):
- [`assets/examples.md`](./assets/examples.md): Screenshots and screencasts of visualizing example program traces
- [`assets/traces/`](./assets/traces/): Prepared serialized program traces of different Squeak programs (see [`docs/traces.md`](./docs/traces.md))
- [`docs/`](./docs/): Documentational artifacts
- [`docs/paper/`](./docs/paper/): LaTeX sources of our paper preprint
- [`docs/exposé/`](./docs/exposé/): LaTeX sources of our original exposé
Expand Down

0 comments on commit 1ed5f23

Please sign in to comment.