Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ Thumbs.db
# Generated Go files from examples
examples/*.go

# Generated occam files from fetch scripts
historical-examples/life.occ

# External repositories
kroc/
8 changes: 1 addition & 7 deletions historical-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ This directory contains example programs from historical occam publications, ada
From *Programming in occam 2* by Geraint Jones and Michael Goldsmith (1988).
Book website: https://www.cs.ox.ac.uk/geraint.jones/publications/book/Pio2/

The original source is copyrighted and not included in this repository. To obtain it, run the fetch script which downloads it from the book website and applies the modifications needed for occam2go:

```bash
./historical-examples/fetch-life.sh
```

This produces `historical-examples/life.occ`, which can then be transpiled and run:
The source is included in this repository with permission from the copyright holders, with modifications for occam2go compatibility. It can be transpiled and run:

```bash
./occam2go -o life.go historical-examples/life.occ
Expand Down
145 changes: 0 additions & 145 deletions historical-examples/fetch-life.sh

This file was deleted.

Loading