aboutsummaryrefslogtreecommitdiff
path: root/games/exhaust/pkg-message
blob: 09f31e7b06844d2462e70071e08cfb8b3a18029b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[
{ type: install
  message: <<EOM
This MARS does not have a parser, so you have to do it separately.

To parse Redcode programs with pMARS do the following:

pmars-server -r 0 b-scanner.red | sed '1,2d' > b-scanner.rc
EOM
}
]