freebsd-ports/games/exhaust/pkg-message
Pav Lucistnik 65573932bb The `exhaust' project is a redcode simulator that is (hopefully) easy to embed
into your applications, as an alternative to pMARS.

PR:		ports/83115
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-10-03 17:03:04 +00:00

5 lines
184 B
Text

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